#a58320

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

Shades of Hacienda #A58320

Tints of Hacienda #A58320

Color information

#A58320 (or 0xA58320) is unknown color: approx Hacienda. HEX triplet: A5, 83 and 20. RGB value is (165,131,32). Sum of RGB (Red+Green+Blue) = 165+131+32=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A58320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58320 is #5A7CDF. Grayscale: #828282. Windows color (decimal): -5930208 or 2130853. OLE color: 2130853.

HSL color Cylindrical-coordinate representation of color #A58320: hue angle of 44.66º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A58320 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB16513132-
CMYK00.210.810.35
HSL44.66º67.51%38.63%-
HSV(B)44.66º80.61%64.71%-
XYZ23.8924.344.8-
YUV129.8872.76153.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.30%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 32 (12.89% from 255) = 9.76%
R=50.30%
G=39.94%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651313200.210.810.3544.6667.5138.63
HexA5832001551232d4427
Octal24520340025121435510447
Binary101001011000001110000001010110100011000111011011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58320; }

 p { color: rgb(165,131,32); }

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

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

 a { background-color: rgb(165,131,32); }

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

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

 span { border-color: rgb(165,131,32); }

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