#A0705C

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

Shades of Toast #A0705C

Tints of Toast #A0705C

Color information

#A0705C (or 0xA0705C) is unknown color: approx Toast. HEX triplet: A0, 70 and 5C. RGB value is (160,112,92). Sum of RGB (Red+Green+Blue) = 160+112+92=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A0705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0705C is #5F8FA3. Grayscale: #7C7C7C. Windows color (decimal): -6262692 or 6058144. OLE color: 6058144.

HSL color Cylindrical-coordinate representation of color #A0705C: hue angle of 17.65º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0705C is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB16011292-
CMYK00.300.430.37
HSL17.65º26.98%49.41%-
HSV(B)17.65º42.5%62.75%-
XYZ22.2219.8312.78-
YUV124.07109.9153.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 92 (36.33% from 255) = 25.27%
R=43.96%
G=30.77%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601129200.300.430.3717.6526.9849.41
HexA0705C01E2B25121b31
Octal2401601340365345223361
Binary10100000111000010111000111101010111001011001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0705C; }

 p { color: rgb(160,112,92); }

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

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

 a { background-color: rgb(160,112,92); }

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

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

 span { border-color: rgb(160,112,92); }

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