#A47566

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

Shades of Toast #A47566

Tints of Toast #A47566

Color information

#A47566 (or 0xA47566) is unknown color: approx Toast. HEX triplet: A4, 75 and 66. RGB value is (164,117,102). Sum of RGB (Red+Green+Blue) = 164+117+102=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A47566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47566 is #5B8A99. Grayscale: #818181. Windows color (decimal): -5999258 or 6714788. OLE color: 6714788.

HSL color Cylindrical-coordinate representation of color #A47566: hue angle of 14.52º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A47566 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB164117102-
CMYK00.290.380.36
HSL14.52º25.41%52.16%-
HSV(B)14.52º37.8%64.31%-
XYZ24.0721.5715.47-
YUV129.34112.57152.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 102 (40.23% from 255) = 26.63%
R=42.82%
G=30.55%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411710200.290.380.3614.5225.4152.16
HexA4756601D2624f1934
Octal2441651460354644173164
Binary1010010011101011100110011101100110100100111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47566; }

 p { color: rgb(164,117,102); }

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

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

 a { background-color: rgb(164,117,102); }

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

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

 span { border-color: rgb(164,117,102); }

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