#A77666

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

Shades of Toast #A77666

Tints of Toast #A77666

Color information

#A77666 (or 0xA77666) is unknown color: approx Toast. HEX triplet: A7, 76 and 66. RGB value is (167,118,102). Sum of RGB (Red+Green+Blue) = 167+118+102=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A77666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77666 is #588999. Grayscale: #828282. Windows color (decimal): -5802394 or 6715047. OLE color: 6715047.

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

Color convert

RGB167118102-
CMYK00.290.390.35
HSL14.77º26.97%52.75%-
HSV(B)14.77º38.92%65.49%-
XYZ24.8122.1315.53-
YUV130.83111.73153.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.15%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=43.15%
G=30.49%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711810200.290.390.3514.7726.9752.75
HexA7766601D2723f1b35
Octal2471661460354743173365
Binary1010011111101101100110011101100111100011111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77666; }

 p { color: rgb(167,118,102); }

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

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

 a { background-color: rgb(167,118,102); }

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

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

 span { border-color: rgb(167,118,102); }

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