#A77060

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

Shades of Toast #A77060

Tints of Toast #A77060

Color information

#A77060 (or 0xA77060) is unknown color: approx Toast. HEX triplet: A7, 70 and 60. RGB value is (167,112,96). Sum of RGB (Red+Green+Blue) = 167+112+96=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A77060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77060 is #588F9F. Grayscale: #7E7E7E. Windows color (decimal): -5803936 or 6320295. OLE color: 6320295.

HSL color Cylindrical-coordinate representation of color #A77060: hue angle of 13.52º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A77060 is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16711296-
CMYK00.330.430.35
HSL13.52º28.74%51.57%-
HSV(B)13.52º42.51%65.49%-
XYZ23.8420.6513.8-
YUV126.62110.72156.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 112 (44.14% from 255) = 29.87%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=44.53%
G=29.87%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671129600.330.430.3513.5228.7451.57
HexA770600212B23e1d34
Octal2471601400415343163564
Binary10100111111000011000000100001101011100011111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77060; }

 p { color: rgb(167,112,96); }

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

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

 a { background-color: rgb(167,112,96); }

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

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

 span { border-color: rgb(167,112,96); }

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