#A2850E

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

Shades of Hacienda #A2850E

Tints of Hacienda #A2850E

Color information

#A2850E (or 0xA2850E) is unknown color: approx Hacienda. HEX triplet: A2, 85 and 0E. RGB value is (162,133,14). Sum of RGB (Red+Green+Blue) = 162+133+14=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2850E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2850E is #5D7AF1. Grayscale: #808080. Windows color (decimal): -6126322 or 951714. OLE color: 951714.

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

Color convert

RGB16213314-
CMYK00.180.910.36
HSL48.24º84.09%34.51%-
HSV(B)48.24º91.36%63.53%-
XYZ23.3724.493.91-
YUV128.163.61152.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.43%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 14 (5.86% from 255) = 4.53%
R=52.43%
G=43.04%
B=4.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621331400.180.910.3648.2484.0934.51
HexA285E0125B24305423
Octal24220516022133446012443
Binary1010001010000101111001001010110111001001100001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2850E; }

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

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

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

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

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

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

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

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