#A2502F

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

Shades of Sienna #A2502F

Tints of Sienna #A2502F

Color information

#A2502F (or 0xA2502F) is unknown color: approx Sienna. HEX triplet: A2, 50 and 2F. RGB value is (162,80,47). Sum of RGB (Red+Green+Blue) = 162+80+47=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2502F is #5DAFD0. Grayscale: #646464. Windows color (decimal): -6139857 or 3100834. OLE color: 3100834.

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

Color convert

RGB1628047-
CMYK00.510.710.36
HSL17.22º55.02%40.98%-
HSV(B)17.22º70.99%63.53%-
XYZ18.2813.624.36-
YUV100.7697.67171.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.06%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 47 (18.75% from 255) = 16.26%
R=56.06%
G=27.68%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162804700.510.710.3617.2255.0240.98
HexA2502F0334724113729
Octal2421205706310744216751
Binary1010001010100001011110110011100011110010010001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2502F; }

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

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

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

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

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

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

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

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