Html Css Color HEX #A87718 Hacienda

📋 copy color: '#A87718'

red 168 ◦ green 119 ◦ blue 24

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

Shades of Hacienda #A87718

Tints of Hacienda #A87718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

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

R = 54.02%
G = 38.26%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A87718 (or 0xA87718) is known color: Hacienda. HEX triplet: A8, 77 and 18. RGB value is (168,119,24). Sum of RGB (Red+Green+Blue) = 168+119+24=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A87718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87718 is #5788E7. Grayscale: #7B7B7B. Windows color (decimal): -5736680 or 1603496. OLE color: 1603496.

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

Color convert

RGB 168 119 24 -
CMYK 0 0.29 0.86 0.34
HSL 39.58º 0.75% 0.38% -
HSV(B) 39.58º 0.86% 0.66% -
XYZ 22.91 21.58 3.82 -
YUV 122.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 168 119 24 0 0.29 0.86 0.34 39.58 0.75 0.38
Hex A8 77 18 0 1D 56 22 28 4B 26
Octal 250 167 30 0 35 126 42 50 113 46
Binary 10101000 1110111 11000 0 11101 1010110 100010 101000 1001011 100110

Color Harmonies of #A87718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87718

Black with #A87718

Text Example


Text Example

White with #A87718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87718; }

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

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

background-color css

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

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

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

border-color css

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

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

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