#A1582E

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

Shades of Sienna #A1582E

Tints of Sienna #A1582E

Color information

#A1582E (or 0xA1582E) is unknown color: approx Sienna. HEX triplet: A1, 58 and 2E. RGB value is (161,88,46). Sum of RGB (Red+Green+Blue) = 161+88+46=295 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.58% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 161 - color contains mainly: red. Hex color #A1582E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1582E is #5EA7D1. Grayscale: #696969. Windows color (decimal): -6203346 or 3037345. OLE color: 3037345.

HSL color Cylindrical-coordinate representation of color #A1582E: hue angle of 21.91º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1582E is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1618846-
CMYK00.450.710.37
HSL21.91º55.56%40.59%-
HSV(B)21.91º71.43%63.14%-
XYZ18.6814.754.45-
YUV105.0494.68167.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.58%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=54.58%
G=29.83%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161884600.450.710.3721.9155.5640.59
HexA1582E02D4725163829
Octal2411305605510745267051
Binary1010000110110001011100101101100011110010110110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1582E; }

 p { color: rgb(161,88,46); }

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

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

 a { background-color: rgb(161,88,46); }

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

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

 span { border-color: rgb(161,88,46); }

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