#A28327

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

Shades of Hacienda #A28327

Tints of Hacienda #A28327

Color information

#A28327 (or 0xA28327) is unknown color: approx Hacienda. HEX triplet: A2, 83 and 27. RGB value is (162,131,39). Sum of RGB (Red+Green+Blue) = 162+131+39=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A28327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28327 is #5D7CD8. Grayscale: #828282. Windows color (decimal): -6126809 or 2589602. OLE color: 2589602.

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

Color convert

RGB16213139-
CMYK00.190.760.36
HSL44.88º61.19%39.41%-
HSV(B)44.88º75.93%63.53%-
XYZ23.3824.065.33-
YUV129.7876.77150.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 39 (15.62% from 255) = 11.75%
R=48.80%
G=39.46%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621313900.190.760.3644.8861.1939.41
HexA283270134C242d3d27
Octal2422034702311444557547
Binary10100010100000111001110100111001100100100101101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28327; }

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

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

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

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

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

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

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

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