Html Css Color HEX #A87E18 Hacienda

📋 copy color: '#A87E18'

red 168 ◦ green 126 ◦ blue 24

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

Shades of Hacienda #A87E18

Tints of Hacienda #A87E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.62%

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

R = 52.83%
G = 39.62%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A87E18 (or 0xA87E18) is known color: Hacienda. HEX triplet: A8, 7E and 18. RGB value is (168,126,24). Sum of RGB (Red+Green+Blue) = 168+126+24=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 126 (49.61% from 255 or 39.62% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87E18 is #5781E7. Grayscale: #7F7F7F. Windows color (decimal): -5734888 or 1605288. OLE color: 1605288.

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

Color convert

RGB 168 126 24 -
CMYK 0 0.25 0.86 0.34
HSL 42.5º 0.75% 0.38% -
HSV(B) 42.5º 0.86% 0.66% -
XYZ 23.77 23.31 4.11 -
YUV 126.93 69.91 157.29 -
System Red Green Blue C M Y K H S L
Decimal 168 126 24 0 0.25 0.86 0.34 42.5 0.75 0.38
Hex A8 7E 18 0 19 56 22 2A 4B 26
Octal 250 176 30 0 31 126 42 52 113 46
Binary 10101000 1111110 11000 0 11001 1010110 100010 101010 1001011 100110

Color Harmonies of #A87E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E18

Black with #A87E18

Text Example


Text Example

White with #A87E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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