#A28213

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

Shades of Hacienda #A28213

Tints of Hacienda #A28213

Color information

#A28213 (or 0xA28213) is unknown color: approx Hacienda. HEX triplet: A2, 82 and 13. RGB value is (162,130,19). Sum of RGB (Red+Green+Blue) = 162+130+19=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A28213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28213 is #5D7DEC. Grayscale: #7F7F7F. Windows color (decimal): -6127085 or 1278626. OLE color: 1278626.

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

Color convert

RGB16213019-
CMYK00.200.880.36
HSL46.57º79.01%35.49%-
HSV(B)46.57º88.27%63.53%-
XYZ2323.693.98-
YUV126.9167.1153.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 19 (7.81% from 255) = 6.11%
R=52.09%
G=41.80%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621301900.200.880.3646.5779.0135.49
HexA2821301458242f4f23
Octal24220223024130445711743
Binary10100010100000101001101010010110001001001011111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28213; }

 p { color: rgb(162,130,19); }

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

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

 a { background-color: rgb(162,130,19); }

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

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

 span { border-color: rgb(162,130,19); }

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