Html Css Color HEX #A08032 Hacienda

📋 copy color: '#A08032'

red 160 ◦ green 128 ◦ blue 50

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

Shades of Hacienda #A08032

Tints of Hacienda #A08032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.87%

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 47.34%
G = 37.87%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A08032 (or 0xA08032) is known color: Hacienda. HEX triplet: A0, 80 and 32. RGB value is (160,128,50). Sum of RGB (Red+Green+Blue) = 160+128+50=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A08032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08032 is #5F7FCD. Grayscale: #818181. Windows color (decimal): -6258638 or 3309728. OLE color: 3309728.

HSL color Cylindrical-coordinate representation of color #A08032: hue angle of 42.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A08032 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 128 50 -
CMYK 0 0.20 0.69 0.37
HSL 42.55º 0.52% 0.41% -
HSV(B) 42.55º 0.69% 0.63% -
XYZ 22.79 23.14 6.28 -
YUV 128.68 83.6 150.34 -
System Red Green Blue C M Y K H S L
Decimal 160 128 50 0 0.20 0.69 0.37 42.55 0.52 0.41
Hex A0 80 32 0 14 45 25 2B 34 29
Octal 240 200 62 0 24 105 45 53 64 51
Binary 10100000 10000000 110010 0 10100 1000101 100101 101011 110100 101001

Color Harmonies of #A08032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08032

Black with #A08032

Text Example


Text Example

White with #A08032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08032; }

 p { color: rgb(160,128,50); }

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

background-color css

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

 a { background-color: rgb(160,128,50); }

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

border-color css

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

 span { border-color: rgb(160,128,50); }

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