Html Css Color HEX #A87612 Hacienda

📋 copy color: '#A87612'

red 168 ◦ green 118 ◦ blue 18

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

Shades of Hacienda #A87612

Tints of Hacienda #A87612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.82%

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

R = 55.26%
G = 38.82%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87612 (or 0xA87612) is known color: Hacienda. HEX triplet: A8, 76 and 12. RGB value is (168,118,18). Sum of RGB (Red+Green+Blue) = 168+118+18=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A87612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87612 is #5789ED. Grayscale: #797979. Windows color (decimal): -5736942 or 1210024. OLE color: 1210024.

HSL color Cylindrical-coordinate representation of color #A87612: hue angle of 40º 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 #A87612 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 118 18 -
CMYK 0 0.30 0.89 0.34
HSL 40º 0.81% 0.36% -
HSV(B) 40º 0.89% 0.66% -
XYZ 22.74 21.33 3.49 -
YUV 121.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 168 118 18 0 0.30 0.89 0.34 40 0.81 0.36
Hex A8 76 12 0 1E 59 22 28 51 24
Octal 250 166 22 0 36 131 42 50 121 44
Binary 10101000 1110110 10010 0 11110 1011001 100010 101000 1010001 100100

Color Harmonies of #A87612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87612

Black with #A87612

Text Example


Text Example

White with #A87612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87612; }

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

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

background-color css

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

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

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

border-color css

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

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

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