Html Css Color HEX #A87918 Hacienda

📋 copy color: '#A87918'

red 168 ◦ green 121 ◦ blue 24

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

Shades of Hacienda #A87918

Tints of Hacienda #A87918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.67%

R = 53.67%
G = 38.66%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A87918 (or 0xA87918) is known color: Hacienda. HEX triplet: A8, 79 and 18. RGB value is (168,121,24). Sum of RGB (Red+Green+Blue) = 168+121+24=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A87918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87918 is #5786E7. Grayscale: #7C7C7C. Windows color (decimal): -5736168 or 1604008. OLE color: 1604008.

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

Color convert

RGB 168 121 24 -
CMYK 0 0.28 0.86 0.34
HSL 40.42º 0.75% 0.38% -
HSV(B) 40.42º 0.86% 0.66% -
XYZ 23.15 22.07 3.9 -
YUV 124 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 168 121 24 0 0.28 0.86 0.34 40.42 0.75 0.38
Hex A8 79 18 0 1C 56 22 28 4B 26
Octal 250 171 30 0 34 126 42 50 113 46
Binary 10101000 1111001 11000 0 11100 1010110 100010 101000 1001011 100110

Color Harmonies of #A87918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87918

Black with #A87918

Text Example


Text Example

White with #A87918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87918; }

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

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

background-color css

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

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

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

border-color css

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

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

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