#A28A28

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

Shades of Hacienda #A28A28

Tints of Hacienda #A28A28

Color information

#A28A28 (or 0xA28A28) is unknown color: approx Hacienda. HEX triplet: A2, 8A and 28. RGB value is (162,138,40). Sum of RGB (Red+Green+Blue) = 162+138+40=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A28 is #5D75D7. Grayscale: #868686. Windows color (decimal): -6125016 or 2656930. OLE color: 2656930.

HSL color Cylindrical-coordinate representation of color #A28A28: hue angle of 48.2º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A28A28 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16213840-
CMYK00.150.750.36
HSL48.2º60.4%39.61%-
HSV(B)48.2º75.31%63.53%-
XYZ24.3726.015.74-
YUV13474.95147.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 138 (54.30% from 255) = 40.59%
BLUE value IS 40 (16.02% from 255) = 11.76%
R=47.65%
G=40.59%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621384000.150.750.3648.260.439.61
HexA28A280F4B24303c28
Octal2422125001711344607450
Binary1010001010001010101000011111001011100100110000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A28; }

 p { color: rgb(162,138,40); }

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

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

 a { background-color: rgb(162,138,40); }

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

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

 span { border-color: rgb(162,138,40); }

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