#A08322

Color #A08322 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #A08322

Tints of Hacienda #A08322

Color information

#A08322 (or 0xA08322) is unknown color: approx Hacienda. HEX triplet: A0, 83 and 22. RGB value is (160,131,34). Sum of RGB (Red+Green+Blue) = 160+131+34=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A08322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08322 is #5F7CDD. Grayscale: #818181. Windows color (decimal): -6257886 or 2261920. OLE color: 2261920.

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

Color convert

RGB16013134-
CMYK00.180.790.37
HSL46.19º64.95%38.04%-
HSV(B)46.19º78.75%62.75%-
XYZ22.923.824.9-
YUV128.6174.61150.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 34 (13.67% from 255) = 10.46%
R=49.23%
G=40.31%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601313400.180.790.3746.1964.9538.04
HexA083220124F252e4126
Octal24020342022117455610146
Binary101000001000001110001001001010011111001011011101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08322; }

 p { color: rgb(160,131,34); }

 H1.HeaderClassName
 {
   color: #A08322;
 }
 .AnyTagClassName
 {
   color: #A08322;
 }
</style>
background-color css

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

 a { background-color: rgb(160,131,34); }

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

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

 span { border-color: rgb(160,131,34); }

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