#A77464

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

Shades of Toast #A77464

Tints of Toast #A77464

Color information

#A77464 (or 0xA77464) is unknown color: approx Toast. HEX triplet: A7, 74 and 64. RGB value is (167,116,100). Sum of RGB (Red+Green+Blue) = 167+116+100=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A77464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77464 is #588B9B. Grayscale: #818181. Windows color (decimal): -5802908 or 6583463. OLE color: 6583463.

HSL color Cylindrical-coordinate representation of color #A77464: hue angle of 14.33º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77464 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB167116100-
CMYK00.310.400.35
HSL14.33º27.57%52.35%-
HSV(B)14.33º40.12%65.49%-
XYZ24.4821.6314.94-
YUV129.43111.4154.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=43.60%
G=30.29%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711610000.310.400.3514.3327.5752.35
HexA7746401F2823e1c34
Octal2471641440375043163464
Binary1010011111101001100100011111101000100011111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77464; }

 p { color: rgb(167,116,100); }

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

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

 a { background-color: rgb(167,116,100); }

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

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

 span { border-color: rgb(167,116,100); }

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