#A28325

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

Shades of Hacienda #A28325

Tints of Hacienda #A28325

Color information

#A28325 (or 0xA28325) is unknown color: approx Hacienda. HEX triplet: A2, 83 and 25. RGB value is (162,131,37). Sum of RGB (Red+Green+Blue) = 162+131+37=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A28325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28325 is #5D7CDA. Grayscale: #818181. Windows color (decimal): -6126811 or 2458530. OLE color: 2458530.

HSL color Cylindrical-coordinate representation of color #A28325: hue angle of 45.12º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A28325 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB16213137-
CMYK00.190.770.36
HSL45.12º62.81%39.02%-
HSV(B)45.12º77.16%63.53%-
XYZ23.3524.055.16-
YUV129.5575.77151.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 37 (14.84% from 255) = 11.21%
R=49.09%
G=39.70%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621313700.190.770.3645.1262.8139.02
HexA283250134D242d3f27
Octal2422034502311544557747
Binary10100010100000111001010100111001101100100101101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28325; }

 p { color: rgb(162,131,37); }

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

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

 a { background-color: rgb(162,131,37); }

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

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

 span { border-color: rgb(162,131,37); }

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