#A07059

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

Shades of Toast #A07059

Tints of Toast #A07059

Color information

#A07059 (or 0xA07059) is unknown color: approx Toast. HEX triplet: A0, 70 and 59. RGB value is (160,112,89). Sum of RGB (Red+Green+Blue) = 160+112+89=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A07059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07059 is #5F8FA6. Grayscale: #7B7B7B. Windows color (decimal): -6262695 or 5861536. OLE color: 5861536.

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

Color convert

RGB16011289-
CMYK00.300.440.37
HSL19.44º28.51%48.82%-
HSV(B)19.44º44.37%62.75%-
XYZ22.0919.7812.11-
YUV123.73108.4153.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 89 (35.16% from 255) = 24.65%
R=44.32%
G=31.02%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601128900.300.440.3719.4428.5148.82
HexA0705901E2C25131d31
Octal2401601310365445233561
Binary10100000111000010110010111101011001001011001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07059; }

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

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

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

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

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

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

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

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