#A2502E

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

Shades of Sienna #A2502E

Tints of Sienna #A2502E

Color information

#A2502E (or 0xA2502E) is unknown color: approx Sienna. HEX triplet: A2, 50 and 2E. RGB value is (162,80,46). Sum of RGB (Red+Green+Blue) = 162+80+46=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2502E is #5DAFD1. Grayscale: #646464. Windows color (decimal): -6139858 or 3035298. OLE color: 3035298.

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

Color convert

RGB1628046-
CMYK00.510.720.36
HSL17.59º55.77%40.78%-
HSV(B)17.59º71.6%63.53%-
XYZ18.2613.624.25-
YUV100.6497.17171.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.25%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=56.25%
G=27.78%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162804600.510.720.3617.5955.7740.78
HexA2502E0334824123829
Octal2421205606311044227051
Binary1010001010100001011100110011100100010010010010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2502E; }

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

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

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

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

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

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

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

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