#A77866

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

Shades of Toast #A77866

Tints of Toast #A77866

Color information

#A77866 (or 0xA77866) is unknown color: approx Toast. HEX triplet: A7, 78 and 66. RGB value is (167,120,102). Sum of RGB (Red+Green+Blue) = 167+120+102=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 102 (40.23% from 255 or 26.22% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A77866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77866 is #588799. Grayscale: #848484. Windows color (decimal): -5801882 or 6715559. OLE color: 6715559.

HSL color Cylindrical-coordinate representation of color #A77866: hue angle of 16.62º 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 #A77866 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB167120102-
CMYK00.280.390.35
HSL16.62º26.97%52.75%-
HSV(B)16.62º38.92%65.49%-
XYZ25.0522.6115.61-
YUV132111.07152.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.93%
GREEN value IS 120 (47.27% from 255) = 30.85%
BLUE value IS 102 (40.23% from 255) = 26.22%
R=42.93%
G=30.85%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712010200.280.390.3516.6226.9752.75
HexA7786601C2723111b35
Octal2471701460344743213365
Binary10100111111100011001100111001001111000111000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77866; }

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

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

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

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

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

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

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

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