Color Hex Logo

#a9463c Color Hex

#A9463C
(169,70,60)
0 Favorites   0 Comments

Color spaces of #a9463c

RGB 1697060
HSL0.020.480.45
HSV64°66°
CMYK 0.000.590.64   0.34
XYZ19.368013.14165.7907
Yxy13.14160.50570.3431
Hunter Lab36.251331.927315.9051
CIE-Lab42.975840.022826.4705

#a9463c color RGB value is (169,70,60).

#a9463c hex color red value is 169, green value is 70 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a9463c hue: 0.02 , saturation: 0.48 and the lightness value of a9463c is 0.45.

The process color (four color CMYK) of #a9463c color hex is 0.00, 0.59, 0.64, 0.34. Web safe color of #a9463c is #993333. Color #a9463c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000110 00111100
Octal 251 106 74
Decimal 169 70 60
Hex A9 46 3C

RGB Percentages of Color #a9463c

%56.52
%23.41
%20.07

CMYK Percentages of Color #a9463c

%0
%59
%64
%34

Triadic Colors of #a9463c

#a9463c #3ca946 #463ca9

Analogous Colors of #a9463c

#a9463c #a97d3c #a93c69

Monochromatic Colors of #a9463c

#a9463c

Complementary Color

#a9463c #3c9fa9

#a9463c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9463c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9463c Color CSS Codes

.mybgcolor {background-color:#a9463c; } 
.myforecolor {color:#a9463c; }
.mybordercolor {border:3px solid #a9463c; }

#a9463c Text Font Color

<p style="color:#a9463c">Text here</p>

This sample text font color is #a9463c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a9463c Background Color

<div style="background-color:#a9463c">
Div content here</div>

This div background color is #a9463c


#a9463c Border Color

<div style="border:3px solid #a9463c">
Div here</div>

This div border color is #a9463c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,70,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9463c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9463c;
  -webkit-box-shadow: 1px 1px 3px 2px #a9463c;
  box-shadow:         1px 1px 3px 2px #a9463c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,70,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a9463c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a9463c;
  -webkit-box-shadow: 1px 1px 3px 2px #a9463c;
  box-shadow:         1px 1px 3px 2px #a9463c;">
Div content here</div>

This div box has shadow with color #a9463c


Comments

No comments written yet.

Please login to write comment.