#A2891E

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

Shades of Hacienda #A2891E

Tints of Hacienda #A2891E

Color information

#A2891E (or 0xA2891E) is unknown color: approx Hacienda. HEX triplet: A2, 89 and 1E. RGB value is (162,137,30). Sum of RGB (Red+Green+Blue) = 162+137+30=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A2891E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2891E is #5D76E1. Grayscale: #848484. Windows color (decimal): -6125282 or 2001314. OLE color: 2001314.

HSL color Cylindrical-coordinate representation of color #A2891E: hue angle of 48.64º 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 #A2891E is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB16213730-
CMYK00.150.810.36
HSL48.64º68.75%37.65%-
HSV(B)48.64º81.48%63.53%-
XYZ24.0825.674.91-
YUV132.2870.28149.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 137 (53.91% from 255) = 41.64%
BLUE value IS 30 (12.11% from 255) = 9.12%
R=49.24%
G=41.64%
B=9.12%

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
Decimal1621373000.150.810.3648.6468.7537.65
HexA2891E0F5124314526
Octal24221136017121446110546
Binary1010001010001001111100111110100011001001100011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2891E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2891E; }

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

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

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

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

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

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

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

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