#A07161

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

Shades of Toast #A07161

Tints of Toast #A07161

Color information

#A07161 (or 0xA07161) is unknown color: approx Toast. HEX triplet: A0, 71 and 61. RGB value is (160,113,97). Sum of RGB (Red+Green+Blue) = 160+113+97=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A07161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07161 is #5F8E9E. Grayscale: #7D7D7D. Windows color (decimal): -6262431 or 6386080. OLE color: 6386080.

HSL color Cylindrical-coordinate representation of color #A07161: hue angle of 15.24º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A07161 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB16011397-
CMYK00.290.390.37
HSL15.24º24.9%50.39%-
HSV(B)15.24º39.38%62.75%-
XYZ22.5620.1514.01-
YUV125.23112.07152.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=43.24%
G=30.54%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601139700.290.390.3715.2424.950.39
HexA0716101D2725f1932
Octal2401611410354745173162
Binary1010000011100011100001011101100111100101111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07161; }

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

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

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

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

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

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

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

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