Html Css Color HEX #A08724 Hacienda

📋 copy color: '#A08724'

red 160 ◦ green 135 ◦ blue 36

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

Shades of Hacienda #A08724

Tints of Hacienda #A08724

RGB

 RED value IS 160 (62.89% from 255) = 48.34%

 GREEN value IS 135 (53.13% from 255) = 40.79%

 BLUE value IS 36 (14.45% from 255) = 10.88%

R = 48.34%
G = 40.79%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A08724 (or 0xA08724) is known color: Hacienda. HEX triplet: A0, 87 and 24. RGB value is (160,135,36). Sum of RGB (Red+Green+Blue) = 160+135+36=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A08724 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08724 is #5F78DB. Grayscale: #838383. Windows color (decimal): -6256860 or 2394016. OLE color: 2394016.

HSL color Cylindrical-coordinate representation of color #A08724: hue angle of 47.9º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A08724 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 36 -
CMYK 0 0.16 0.78 0.37
HSL 47.9º 0.63% 0.38% -
HSV(B) 47.9º 0.78% 0.63% -
XYZ 23.48 24.93 5.24 -
YUV 131.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 160 135 36 0 0.16 0.78 0.37 47.9 0.63 0.38
Hex A0 87 24 0 10 4E 25 30 3F 26
Octal 240 207 44 0 20 116 45 60 77 46
Binary 10100000 10000111 100100 0 10000 1001110 100101 110000 111111 100110

Color Harmonies of #A08724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08724

Black with #A08724

Text Example


Text Example

White with #A08724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08724; }

 p { color: rgb(160,135,36); }

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

background-color css

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

 a { background-color: rgb(160,135,36); }

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

border-color css

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

 span { border-color: rgb(160,135,36); }

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