#A28D24

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

Shades of Hacienda #A28D24

Tints of Hacienda #A28D24

Color information

#A28D24 (or 0xA28D24) is unknown color: approx Hacienda. HEX triplet: A2, 8D and 24. RGB value is (162,141,36). Sum of RGB (Red+Green+Blue) = 162+141+36=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D24 is #5D72DB. Grayscale: #878787. Windows color (decimal): -6124252 or 2395554. OLE color: 2395554.

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

Color convert

RGB16214136-
CMYK00.130.780.36
HSL50º63.64%38.82%-
HSV(B)50º77.78%63.53%-
XYZ24.7426.865.55-
YUV135.3171.96147.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.79%
GREEN value IS 141 (55.47% from 255) = 41.59%
BLUE value IS 36 (14.45% from 255) = 10.62%
R=47.79%
G=41.59%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621413600.130.780.365063.6438.82
HexA28D240D4E24324027
Octal24221544015116446210047
Binary10100010100011011001000110110011101001001100101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D24; }

 p { color: rgb(162,141,36); }

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

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

 a { background-color: rgb(162,141,36); }

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

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

 span { border-color: rgb(162,141,36); }

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