#A07056

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

Shades of Toast #A07056

Tints of Toast #A07056

Color information

#A07056 (or 0xA07056) is unknown color: approx Toast. HEX triplet: A0, 70 and 56. RGB value is (160,112,86). Sum of RGB (Red+Green+Blue) = 160+112+86=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A07056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07056 is #5F8FA9. Grayscale: #7B7B7B. Windows color (decimal): -6262698 or 5664928. OLE color: 5664928.

HSL color Cylindrical-coordinate representation of color #A07056: hue angle of 21.08º 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 #A07056 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16011286-
CMYK00.300.460.37
HSL21.08º30.08%48.24%-
HSV(B)21.08º46.25%62.75%-
XYZ21.9719.7311.46-
YUV123.39106.9154.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.69%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=44.69%
G=31.28%
B=24.02%

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
Decimal1601128600.300.460.3721.0830.0848.24
HexA0705601E2E25151e30
Octal2401601260365645253660
Binary10100000111000010101100111101011101001011010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07056; }

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

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

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

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

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

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

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

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