#A28A1E

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

Shades of Hacienda #A28A1E

Tints of Hacienda #A28A1E

Color information

#A28A1E (or 0xA28A1E) is unknown color: approx Hacienda. HEX triplet: A2, 8A and 1E. RGB value is (162,138,30). Sum of RGB (Red+Green+Blue) = 162+138+30=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A28A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28A1E is #5D75E1. Grayscale: #858585. Windows color (decimal): -6125026 or 2001570. OLE color: 2001570.

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

Color convert

RGB16213830-
CMYK00.150.810.36
HSL49.09º68.75%37.65%-
HSV(B)49.09º81.48%63.53%-
XYZ24.2225.954.96-
YUV132.8669.95148.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 138 (54.30% from 255) = 41.82%
BLUE value IS 30 (12.11% from 255) = 9.09%
R=49.09%
G=41.82%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621383000.150.810.3649.0968.7537.65
HexA28A1E0F5124314526
Octal24221236017121446110546
Binary1010001010001010111100111110100011001001100011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28A1E; }

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

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

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

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

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

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

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

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