Html Css Color HEX #A18312 Hacienda

📋 copy color: '#A18312'

red 161 ◦ green 131 ◦ blue 18

#A18312
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hacienda #A18312

Tints of Hacienda #A18312

RGB

 RED value IS 161 (63.28% from 255) = 51.94%

 GREEN value IS 131 (51.56% from 255) = 42.26%

 BLUE value IS 18 (7.42% from 255) = 5.81%

R = 51.94%
G = 42.26%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A18312 (or 0xA18312) is known color: Hacienda. HEX triplet: A1, 83 and 12. RGB value is (161,131,18). Sum of RGB (Red+Green+Blue) = 161+131+18=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 131 (51.56% from 255 or 42.26% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A18312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A18312 is #5E7CED. Grayscale: #7F7F7F. Windows color (decimal): -6192366 or 1213345. OLE color: 1213345.

HSL color Cylindrical-coordinate representation of color #A18312: hue angle of 47.41º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A18312 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 131 18 -
CMYK 0 0.19 0.89 0.37
HSL 47.41º 0.8% 0.35% -
HSV(B) 47.41º 0.89% 0.63% -
XYZ 22.92 23.85 3.97 -
YUV 127.09 66.44 152.19 -
System Red Green Blue C M Y K H S L
Decimal 161 131 18 0 0.19 0.89 0.37 47.41 0.8 0.35
Hex A1 83 12 0 13 59 25 2F 50 23
Octal 241 203 22 0 23 131 45 57 120 43
Binary 10100001 10000011 10010 0 10011 1011001 100101 101111 1010000 100011

Color Harmonies of #A18312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18312

Black with #A18312

Text Example


Text Example

White with #A18312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18312; }

 p { color: rgb(161,131,18); }

 H1.HeaderClassName
 {
   color: #A18312;
 }
 .AnyTagClassName
 {
   color: #A18312;
 }
</style>

background-color css

<style>
 a { background-color: #A18312; }

 a { background-color: rgb(161,131,18); }

 div.DivClassName
 {
   background-color: #A18312;
 }
 .BgClassName
 {
   background-color: #A18312;
 }
</style>

border-color css

<style>
 span { border-color: #A18312; }

 span { border-color: rgb(161,131,18); }

 td.TdClassName
 {
   border-color: #A18312;
 }
 .TagClassName
 {
   border-color: #A18312;
 }
</style>