Html Css Color HEX #A87812 Hacienda

📋 copy color: '#A87812'

red 168 ◦ green 120 ◦ blue 18

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

Shades of Hacienda #A87812

Tints of Hacienda #A87812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.22%

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

R = 54.9%
G = 39.22%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A87812 (or 0xA87812) is known color: Hacienda. HEX triplet: A8, 78 and 12. RGB value is (168,120,18). Sum of RGB (Red+Green+Blue) = 168+120+18=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A87812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87812 is #5787ED. Grayscale: #7B7B7B. Windows color (decimal): -5736430 or 1210536. OLE color: 1210536.

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

Color convert

RGB 168 120 18 -
CMYK 0 0.29 0.89 0.34
HSL 40.8º 0.81% 0.36% -
HSV(B) 40.8º 0.89% 0.66% -
XYZ 22.97 21.8 3.57 -
YUV 122.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 168 120 18 0 0.29 0.89 0.34 40.8 0.81 0.36
Hex A8 78 12 0 1D 59 22 29 51 24
Octal 250 170 22 0 35 131 42 51 121 44
Binary 10101000 1111000 10010 0 11101 1011001 100010 101001 1010001 100100

Color Harmonies of #A87812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87812

Black with #A87812

Text Example


Text Example

White with #A87812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87812; }

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

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

background-color css

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

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

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

border-color css

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

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

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