Html Css Color HEX #A87912 Hacienda

📋 copy color: '#A87912'

red 168 ◦ green 121 ◦ blue 18

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

Shades of Hacienda #A87912

Tints of Hacienda #A87912

RGB

 RED value IS 168 (66.02% from 255) = 54.72%

 GREEN value IS 121 (47.66% from 255) = 39.41%

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

R = 54.72%
G = 39.41%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87912 (or 0xA87912) is known color: Hacienda. HEX triplet: A8, 79 and 12. RGB value is (168,121,18). Sum of RGB (Red+Green+Blue) = 168+121+18=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A87912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87912 is #5786ED. Grayscale: #7B7B7B. Windows color (decimal): -5736174 or 1210792. OLE color: 1210792.

HSL color Cylindrical-coordinate representation of color #A87912: hue angle of 41.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A87912 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 121 18 -
CMYK 0 0.28 0.89 0.34
HSL 41.2º 0.81% 0.36% -
HSV(B) 41.2º 0.89% 0.66% -
XYZ 23.1 22.04 3.61 -
YUV 123.31 68.57 159.88 -
System Red Green Blue C M Y K H S L
Decimal 168 121 18 0 0.28 0.89 0.34 41.2 0.81 0.36
Hex A8 79 12 0 1C 59 22 29 51 24
Octal 250 171 22 0 34 131 42 51 121 44
Binary 10101000 1111001 10010 0 11100 1011001 100010 101001 1010001 100100

Color Harmonies of #A87912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87912

Black with #A87912

Text Example


Text Example

White with #A87912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87912; }

 p { color: rgb(168,121,18); }

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

background-color css

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

 a { background-color: rgb(168,121,18); }

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

border-color css

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

 span { border-color: rgb(168,121,18); }

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