#A24F2F

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

Shades of Sienna #A24F2F

Tints of Sienna #A24F2F

Color information

#A24F2F (or 0xA24F2F) is unknown color: approx Sienna. HEX triplet: A2, 4F and 2F. RGB value is (162,79,47). Sum of RGB (Red+Green+Blue) = 162+79+47=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A24F2F is #5DB0D0. Grayscale: #646464. Windows color (decimal): -6140113 or 3100578. OLE color: 3100578.

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

Color convert

RGB1627947-
CMYK00.510.710.36
HSL16.7º55.02%40.98%-
HSV(B)16.7º70.99%63.53%-
XYZ18.2113.484.33-
YUV100.1798172.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.25%
GREEN value IS 79 (31.25% from 255) = 27.43%
BLUE value IS 47 (18.75% from 255) = 16.32%
R=56.25%
G=27.43%
B=16.32%

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
Decimal162794700.510.710.3616.755.0240.98
HexA24F2F0334724113729
Octal2421175706310744216751
Binary1010001010011111011110110011100011110010010001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24F2F; }

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

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

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

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

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

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

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

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