#A2582D

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

Shades of Sienna #A2582D

Tints of Sienna #A2582D

Color information

#A2582D (or 0xA2582D) is unknown color: approx Sienna. HEX triplet: A2, 58 and 2D. RGB value is (162,88,45). Sum of RGB (Red+Green+Blue) = 162+88+45=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A2582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2582D is #5DA7D2. Grayscale: #696969. Windows color (decimal): -6137811 or 2971810. OLE color: 2971810.

HSL color Cylindrical-coordinate representation of color #A2582D: hue angle of 22.05º degrees, saturation: 0.57, 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 #A2582D is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1628845-
CMYK00.460.720.36
HSL22.05º56.52%40.59%-
HSV(B)22.05º72.22%63.53%-
XYZ18.8614.854.35-
YUV105.2294.02168.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54.92%
GREEN value IS 88 (34.77% from 255) = 29.83%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=54.92%
G=29.83%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162884500.460.720.3622.0556.5240.59
HexA2582D02E4824163929
Octal2421305505611044267151
Binary1010001010110001011010101110100100010010010110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2582D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2582D; }

 p { color: rgb(162,88,45); }

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

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

 a { background-color: rgb(162,88,45); }

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

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

 span { border-color: rgb(162,88,45); }

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