Html Css Color HEX #A87D19 Hacienda

📋 copy color: '#A87D19'

red 168 ◦ green 125 ◦ blue 25

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

Shades of Hacienda #A87D19

Tints of Hacienda #A87D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.31%

 BLUE value IS 25 (10.16% from 255) = 7.86%

R = 52.83%
G = 39.31%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A87D19 (or 0xA87D19) is known color: Hacienda. HEX triplet: A8, 7D and 19. RGB value is (168,125,25). Sum of RGB (Red+Green+Blue) = 168+125+25=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87D19 is #5782E6. Grayscale: #7E7E7E. Windows color (decimal): -5735143 or 1670568. OLE color: 1670568.

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

Color convert

RGB 168 125 25 -
CMYK 0 0.26 0.85 0.34
HSL 41.96º 0.74% 0.38% -
HSV(B) 41.96º 0.85% 0.66% -
XYZ 23.66 23.06 4.12 -
YUV 126.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 168 125 25 0 0.26 0.85 0.34 41.96 0.74 0.38
Hex A8 7D 19 0 1A 55 22 2A 4A 26
Octal 250 175 31 0 32 125 42 52 112 46
Binary 10101000 1111101 11001 0 11010 1010101 100010 101010 1001010 100110

Color Harmonies of #A87D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D19

Black with #A87D19

Text Example


Text Example

White with #A87D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D19; }

 p { color: rgb(168,125,25); }

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

background-color css

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

 a { background-color: rgb(168,125,25); }

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

border-color css

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

 span { border-color: rgb(168,125,25); }

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