Html Css Color HEX #A87518 Hacienda

📋 copy color: '#A87518'

red 168 ◦ green 117 ◦ blue 24

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

Shades of Hacienda #A87518

Tints of Hacienda #A87518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.86%

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

R = 54.37%
G = 37.86%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A87518 (or 0xA87518) is known color: Hacienda. HEX triplet: A8, 75 and 18. RGB value is (168,117,24). Sum of RGB (Red+Green+Blue) = 168+117+24=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A87518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87518 is #578AE7. Grayscale: #7A7A7A. Windows color (decimal): -5737192 or 1602984. OLE color: 1602984.

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

Color convert

RGB 168 117 24 -
CMYK 0 0.30 0.86 0.34
HSL 38.75º 0.75% 0.38% -
HSV(B) 38.75º 0.86% 0.66% -
XYZ 22.67 21.11 3.74 -
YUV 121.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 168 117 24 0 0.30 0.86 0.34 38.75 0.75 0.38
Hex A8 75 18 0 1E 56 22 27 4B 26
Octal 250 165 30 0 36 126 42 47 113 46
Binary 10101000 1110101 11000 0 11110 1010110 100010 100111 1001011 100110

Color Harmonies of #A87518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87518

Black with #A87518

Text Example


Text Example

White with #A87518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87518; }

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

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

background-color css

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

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

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

border-color css

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

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

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