#A77768

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

Shades of Toast #A77768

Tints of Toast #A77768

Color information

#A77768 (or 0xA77768) is unknown color: approx Toast. HEX triplet: A7, 77 and 68. RGB value is (167,119,104). Sum of RGB (Red+Green+Blue) = 167+119+104=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A77768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77768 is #588897. Grayscale: #838383. Windows color (decimal): -5802136 or 6846375. OLE color: 6846375.

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

Color convert

RGB167119104-
CMYK00.290.380.35
HSL14.29º26.36%53.14%-
HSV(B)14.29º37.72%65.49%-
XYZ25.0322.4116.1-
YUV131.64112.4153.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=42.82%
G=30.51%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711910400.290.380.3514.2926.3653.14
HexA7776801D2623e1a35
Octal2471671500354643163265
Binary1010011111101111101000011101100110100011111011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77768; }

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

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

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

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

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

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

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

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