#A27161

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

Shades of Toast #A27161

Tints of Toast #A27161

Color information

#A27161 (or 0xA27161) is unknown color: approx Toast. HEX triplet: A2, 71 and 61. RGB value is (162,113,97). Sum of RGB (Red+Green+Blue) = 162+113+97=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 97 (38.28% from 255 or 26.08% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A27161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27161 is #5D8E9E. Grayscale: #7D7D7D. Windows color (decimal): -6131359 or 6386082. OLE color: 6386082.

HSL color Cylindrical-coordinate representation of color #A27161: hue angle of 14.77º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A27161 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16211397-
CMYK00.300.400.36
HSL14.77º25.9%50.78%-
HSV(B)14.77º40.12%63.53%-
XYZ22.9620.3514.03-
YUV125.83111.73153.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 97 (38.28% from 255) = 26.08%
R=43.55%
G=30.38%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621139700.300.400.3614.7725.950.78
HexA2716101E2824f1a33
Octal2421611410365044173263
Binary1010001011100011100001011110101000100100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27161; }

 p { color: rgb(162,113,97); }

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

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

 a { background-color: rgb(162,113,97); }

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

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

 span { border-color: rgb(162,113,97); }

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