#A2502B

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

Shades of Sienna #A2502B

Tints of Sienna #A2502B

Color information

#A2502B (or 0xA2502B) is unknown color: approx Sienna. HEX triplet: A2, 50 and 2B. RGB value is (162,80,43). Sum of RGB (Red+Green+Blue) = 162+80+43=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A2502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2502B is #5DAFD4. Grayscale: #646464. Windows color (decimal): -6139861 or 2838690. OLE color: 2838690.

HSL color Cylindrical-coordinate representation of color #A2502B: hue angle of 18.66º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A2502B is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB1628043-
CMYK00.510.730.36
HSL18.66º58.05%40.2%-
HSV(B)18.66º73.46%63.53%-
XYZ18.213.593.95-
YUV100.395.67172.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 43 (17.19% from 255) = 15.09%
R=56.84%
G=28.07%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162804300.510.730.3618.6658.0540.2
HexA2502B0334924133a28
Octal2421205306311144237250
Binary1010001010100001010110110011100100110010010011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2502B; }

 p { color: rgb(162,80,43); }

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

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

 a { background-color: rgb(162,80,43); }

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

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

 span { border-color: rgb(162,80,43); }

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