#A6542D

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

Shades of Sienna #A6542D

Tints of Sienna #A6542D

Color information

#A6542D (or 0xA6542D) is unknown color: approx Sienna. HEX triplet: A6, 54 and 2D. RGB value is (166,84,45). Sum of RGB (Red+Green+Blue) = 166+84+45=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A6542D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6542D is #59ABD2. Grayscale: #686868. Windows color (decimal): -5876691 or 2970790. OLE color: 2970790.

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

Color convert

RGB1668445-
CMYK00.490.730.35
HSL19.34º57.35%41.37%-
HSV(B)19.34º72.89%65.1%-
XYZ19.3714.644.29-
YUV104.0794.67172.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=56.27%
G=28.47%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166844500.490.730.3519.3457.3541.37
HexA6542D0314923133929
Octal2461245506111143237151
Binary1010011010101001011010110001100100110001110011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6542D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6542D; }

 p { color: rgb(166,84,45); }

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

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

 a { background-color: rgb(166,84,45); }

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

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

 span { border-color: rgb(166,84,45); }

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