#A67160

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

Shades of Toast #A67160

Tints of Toast #A67160

Color information

#A67160 (or 0xA67160) is unknown color: approx Toast. HEX triplet: A6, 71 and 60. RGB value is (166,113,96). Sum of RGB (Red+Green+Blue) = 166+113+96=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A67160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67160 is #598E9F. Grayscale: #7F7F7F. Windows color (decimal): -5869216 or 6320550. OLE color: 6320550.

HSL color Cylindrical-coordinate representation of color #A67160: hue angle of 14.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67160 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB16611396-
CMYK00.320.420.35
HSL14.57º28.23%51.37%-
HSV(B)14.57º42.17%65.1%-
XYZ23.7420.7613.82-
YUV126.91110.56155.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=44.27%
G=30.13%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661139600.320.420.3514.5728.2351.37
HexA671600202A23f1c33
Octal2461611400405243173463
Binary10100110111000111000000100000101010100011111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67160; }

 p { color: rgb(166,113,96); }

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

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

 a { background-color: rgb(166,113,96); }

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

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

 span { border-color: rgb(166,113,96); }

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