Html Css Color HEX #A87F18 Hacienda

📋 copy color: '#A87F18'

red 168 ◦ green 127 ◦ blue 24

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

Shades of Hacienda #A87F18

Tints of Hacienda #A87F18

RGB

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

 GREEN value IS 127 (50% from 255) = 39.81%

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

R = 52.66%
G = 39.81%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A87F18 (or 0xA87F18) is known color: Hacienda. HEX triplet: A8, 7F and 18. RGB value is (168,127,24). Sum of RGB (Red+Green+Blue) = 168+127+24=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A87F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87F18 is #5780E7. Grayscale: #7F7F7F. Windows color (decimal): -5734632 or 1605544. OLE color: 1605544.

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

Color convert

RGB 168 127 24 -
CMYK 0 0.24 0.86 0.34
HSL 42.92º 0.75% 0.38% -
HSV(B) 42.92º 0.86% 0.66% -
XYZ 23.9 23.57 4.15 -
YUV 127.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 168 127 24 0 0.24 0.86 0.34 42.92 0.75 0.38
Hex A8 7F 18 0 18 56 22 2B 4B 26
Octal 250 177 30 0 30 126 42 53 113 46
Binary 10101000 1111111 11000 0 11000 1010110 100010 101011 1001011 100110

Color Harmonies of #A87F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87F18

Black with #A87F18

Text Example


Text Example

White with #A87F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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