#A07058

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

Shades of Toast #A07058

Tints of Toast #A07058

Color information

#A07058 (or 0xA07058) is unknown color: approx Toast. HEX triplet: A0, 70 and 58. RGB value is (160,112,88). Sum of RGB (Red+Green+Blue) = 160+112+88=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A07058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07058 is #5F8FA7. Grayscale: #7B7B7B. Windows color (decimal): -6262696 or 5796000. OLE color: 5796000.

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

Color convert

RGB16011288-
CMYK00.300.450.37
HSL20º29.03%48.63%-
HSV(B)20º45%62.75%-
XYZ22.0519.7711.89-
YUV123.62107.9153.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=44.44%
G=31.11%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601128800.300.450.372029.0348.63
HexA0705801E2D25141d31
Octal2401601300365545243561
Binary10100000111000010110000111101011011001011010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07058; }

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

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

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

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

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

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

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

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