Html Css Color HEX #A87819 Hacienda

📋 copy color: '#A87819'

red 168 ◦ green 120 ◦ blue 25

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

Shades of Hacienda #A87819

Tints of Hacienda #A87819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.34%

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

R = 53.67%
G = 38.34%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A87819 (or 0xA87819) is known color: Hacienda. HEX triplet: A8, 78 and 19. RGB value is (168,120,25). Sum of RGB (Red+Green+Blue) = 168+120+25=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A87819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87819 is #5787E6. Grayscale: #7B7B7B. Windows color (decimal): -5736423 or 1669288. OLE color: 1669288.

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

Color convert

RGB 168 120 25 -
CMYK 0 0.29 0.85 0.34
HSL 39.86º 0.74% 0.38% -
HSV(B) 39.86º 0.85% 0.66% -
XYZ 23.04 21.83 3.92 -
YUV 123.52 72.4 159.72 -
System Red Green Blue C M Y K H S L
Decimal 168 120 25 0 0.29 0.85 0.34 39.86 0.74 0.38
Hex A8 78 19 0 1D 55 22 28 4A 26
Octal 250 170 31 0 35 125 42 50 112 46
Binary 10101000 1111000 11001 0 11101 1010101 100010 101000 1001010 100110

Color Harmonies of #A87819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87819

Black with #A87819

Text Example


Text Example

White with #A87819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87819; }

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

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

background-color css

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

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

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

border-color css

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

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

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