#A28910

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

Shades of Hacienda #A28910

Tints of Hacienda #A28910

Color information

#A28910 (or 0xA28910) is unknown color: approx Hacienda. HEX triplet: A2, 89 and 10. RGB value is (162,137,16). Sum of RGB (Red+Green+Blue) = 162+137+16=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A28910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28910 is #5D76EF. Grayscale: #838383. Windows color (decimal): -6125296 or 1083810. OLE color: 1083810.

HSL color Cylindrical-coordinate representation of color #A28910: hue angle of 49.73º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A28910 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB16213716-
CMYK00.150.900.36
HSL49.73º82.02%34.9%-
HSV(B)49.73º90.12%63.53%-
XYZ23.9425.614.17-
YUV130.6863.28150.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 16 (6.64% from 255) = 5.08%
R=51.43%
G=43.49%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621371600.150.900.3649.7382.0234.9
HexA289100F5A24325223
Octal24221120017132446212243
Binary1010001010001001100000111110110101001001100101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28910; }

 p { color: rgb(162,137,16); }

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

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

 a { background-color: rgb(162,137,16); }

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

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

 span { border-color: rgb(162,137,16); }

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