#A47568

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

Shades of Toast #A47568

Tints of Toast #A47568

Color information

#A47568 (or 0xA47568) is unknown color: approx Toast. HEX triplet: A4, 75 and 68. RGB value is (164,117,104). Sum of RGB (Red+Green+Blue) = 164+117+104=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A47568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47568 is #5B8A97. Grayscale: #818181. Windows color (decimal): -5999256 or 6845860. OLE color: 6845860.

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

Color convert

RGB164117104-
CMYK00.290.370.36
HSL13º24.79%52.55%-
HSV(B)13º36.59%64.31%-
XYZ24.1721.6115.99-
YUV129.57113.57152.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=42.60%
G=30.39%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411710400.290.370.361324.7952.55
HexA4756801D2524d1935
Octal2441651500354544153165
Binary1010010011101011101000011101100101100100110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47568; }

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

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

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

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

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

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

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

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