#A07057

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

Shades of Toast #A07057

Tints of Toast #A07057

Color information

#A07057 (or 0xA07057) is unknown color: approx Toast. HEX triplet: A0, 70 and 57. RGB value is (160,112,87). Sum of RGB (Red+Green+Blue) = 160+112+87=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A07057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07057 is #5F8FA8. Grayscale: #7B7B7B. Windows color (decimal): -6262697 or 5730464. OLE color: 5730464.

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

Color convert

RGB16011287-
CMYK00.300.460.37
HSL20.55º29.55%48.43%-
HSV(B)20.55º45.63%62.75%-
XYZ22.0119.7511.67-
YUV123.5107.4154.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 87 (34.38% from 255) = 24.23%
R=44.57%
G=31.20%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601128700.300.460.3720.5529.5548.43
HexA0705701E2E25151e30
Octal2401601270365645253660
Binary10100000111000010101110111101011101001011010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07057; }

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

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

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

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

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

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

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

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