#A28D21

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

Shades of Hacienda #A28D21

Tints of Hacienda #A28D21

Color information

#A28D21 (or 0xA28D21) is unknown color: approx Hacienda. HEX triplet: A2, 8D and 21. RGB value is (162,141,33). Sum of RGB (Red+Green+Blue) = 162+141+33=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 141 (55.47% from 255 or 41.96% from 336); Blue value is 33 (13.28% from 255 or 9.82% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28D21 is #5D72DE. Grayscale: #878787. Windows color (decimal): -6124255 or 2198946. OLE color: 2198946.

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

Color convert

RGB16214133-
CMYK00.130.800.36
HSL50.23º66.15%38.24%-
HSV(B)50.23º79.63%63.53%-
XYZ24.726.845.32-
YUV134.9770.46147.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.21%
GREEN value IS 141 (55.47% from 255) = 41.96%
BLUE value IS 33 (13.28% from 255) = 9.82%
R=48.21%
G=41.96%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621413300.130.800.3650.2366.1538.24
HexA28D210D5024324226
Octal24221541015120446210246
Binary10100010100011011000010110110100001001001100101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28D21; }

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

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

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

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

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

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

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

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