#A47663

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

Shades of Toast #A47663

Tints of Toast #A47663

Color information

#A47663 (or 0xA47663) is unknown color: approx Toast. HEX triplet: A4, 76 and 63. RGB value is (164,118,99). Sum of RGB (Red+Green+Blue) = 164+118+99=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A47663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47663 is #5B899C. Grayscale: #818181. Windows color (decimal): -5999005 or 6518436. OLE color: 6518436.

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

Color convert

RGB16411899-
CMYK00.280.400.36
HSL17.54º26.32%51.57%-
HSV(B)17.54º39.63%64.31%-
XYZ24.0421.7514.74-
YUV129.59110.74152.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 99 (39.06% from 255) = 25.98%
R=43.04%
G=30.97%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641189900.280.400.3617.5426.3251.57
HexA4766301C2824121a34
Octal2441661430345044223264
Binary10100100111011011000110111001010001001001001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47663; }

 p { color: rgb(164,118,99); }

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

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

 a { background-color: rgb(164,118,99); }

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

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

 span { border-color: rgb(164,118,99); }

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