#A2890E

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

Shades of Hacienda #A2890E

Tints of Hacienda #A2890E

Color information

#A2890E (or 0xA2890E) is unknown color: approx Hacienda. HEX triplet: A2, 89 and 0E. RGB value is (162,137,14). Sum of RGB (Red+Green+Blue) = 162+137+14=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A2890E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2890E is #5D76F1. Grayscale: #828282. Windows color (decimal): -6125298 or 952738. OLE color: 952738.

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

Color convert

RGB16213714-
CMYK00.150.910.36
HSL49.86º84.09%34.51%-
HSV(B)49.86º91.36%63.53%-
XYZ23.9325.64.1-
YUV130.4562.28150.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 14 (5.86% from 255) = 4.47%
R=51.76%
G=43.77%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621371400.150.910.3649.8684.0934.51
HexA289E0F5B24325423
Octal24221116017133446212443
Binary101000101000100111100111110110111001001100101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2890E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2890E; }

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

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

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

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

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

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

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

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