#A77966

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

Shades of Toast #A77966

Tints of Toast #A77966

Color information

#A77966 (or 0xA77966) is unknown color: approx Toast. HEX triplet: A7, 79 and 66. RGB value is (167,121,102). Sum of RGB (Red+Green+Blue) = 167+121+102=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A77966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77966 is #588699. Grayscale: #848484. Windows color (decimal): -5801626 or 6715815. OLE color: 6715815.

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

Color convert

RGB167121102-
CMYK00.280.390.35
HSL17.54º26.97%52.75%-
HSV(B)17.54º38.92%65.49%-
XYZ25.1722.8515.65-
YUV132.59110.74152.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=42.82%
G=31.03%
B=26.15%

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
Decimal16712110200.280.390.3517.5426.9752.75
HexA7796601C2723121b35
Octal2471711460344743223365
Binary10100111111100111001100111001001111000111001011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77966; }

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

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

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

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

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

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

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

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