#A47060

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

Shades of Toast #A47060

Tints of Toast #A47060

Color information

#A47060 (or 0xA47060) is unknown color: approx Toast. HEX triplet: A4, 70 and 60. RGB value is (164,112,96). Sum of RGB (Red+Green+Blue) = 164+112+96=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A47060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47060 is #5B8F9F. Grayscale: #7D7D7D. Windows color (decimal): -6000544 or 6320292. OLE color: 6320292.

HSL color Cylindrical-coordinate representation of color #A47060: hue angle of 14.12º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47060 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB16411296-
CMYK00.320.410.36
HSL14.12º27.2%50.98%-
HSV(B)14.12º41.46%64.31%-
XYZ23.2220.3313.77-
YUV125.72111.23155.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=44.09%
G=30.11%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641129600.320.410.3614.1227.250.98
HexA470600202924e1b33
Octal2441601400405144163363
Binary10100100111000011000000100000101001100100111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47060; }

 p { color: rgb(164,112,96); }

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

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

 a { background-color: rgb(164,112,96); }

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

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

 span { border-color: rgb(164,112,96); }

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