#A77766

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

Shades of Toast #A77766

Tints of Toast #A77766

Color information

#A77766 (or 0xA77766) is unknown color: approx Toast. HEX triplet: A7, 77 and 66. RGB value is (167,119,102). Sum of RGB (Red+Green+Blue) = 167+119+102=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A77766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77766 is #588899. Grayscale: #838383. Windows color (decimal): -5802138 or 6715303. OLE color: 6715303.

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

Color convert

RGB167119102-
CMYK00.290.390.35
HSL15.69º26.97%52.75%-
HSV(B)15.69º38.92%65.49%-
XYZ24.9322.3715.57-
YUV131.41111.4153.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.04%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 102 (40.23% from 255) = 26.29%
R=43.04%
G=30.67%
B=26.29%

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
Decimal16711910200.290.390.3515.6926.9752.75
HexA7776601D2723101b35
Octal2471671460354743203365
Binary10100111111011111001100111011001111000111000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77766; }

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

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

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

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

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

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

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

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