#A07063

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

Shades of Toast #A07063

Tints of Toast #A07063

Color information

#A07063 (or 0xA07063) is unknown color: approx Toast. HEX triplet: A0, 70 and 63. RGB value is (160,112,99). Sum of RGB (Red+Green+Blue) = 160+112+99=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A07063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07063 is #5F8F9C. Grayscale: #7C7C7C. Windows color (decimal): -6262685 or 6516896. OLE color: 6516896.

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

Color convert

RGB16011299-
CMYK00.300.380.37
HSL12.79º24.3%50.78%-
HSV(B)12.79º38.12%62.75%-
XYZ22.5419.9614.47-
YUV124.87113.4153.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=43.13%
G=30.19%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601129900.300.380.3712.7924.350.78
HexA0706301E2625d1833
Octal2401601430364645153063
Binary1010000011100001100011011110100110100101110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07063; }

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

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

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

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

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

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

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

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