#A6572B

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

Shades of Sienna #A6572B

Tints of Sienna #A6572B

Color information

#A6572B (or 0xA6572B) is unknown color: approx Sienna. HEX triplet: A6, 57 and 2B. RGB value is (166,87,43). Sum of RGB (Red+Green+Blue) = 166+87+43=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A6572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6572B is #59A8D4. Grayscale: #696969. Windows color (decimal): -5875925 or 2840486. OLE color: 2840486.

HSL color Cylindrical-coordinate representation of color #A6572B: hue angle of 21.46º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6572B is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB1668743-
CMYK00.480.740.35
HSL21.46º58.85%40.98%-
HSV(B)21.46º74.1%65.1%-
XYZ19.5715.14.17-
YUV105.692.67171.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.08%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 43 (17.19% from 255) = 14.53%
R=56.08%
G=29.39%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166874300.480.740.3521.4658.8540.98
HexA6572B0304A23153b29
Octal2461275306011243257351
Binary1010011010101111010110110000100101010001110101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6572B; }

 p { color: rgb(166,87,43); }

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

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

 a { background-color: rgb(166,87,43); }

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

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

 span { border-color: rgb(166,87,43); }

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