#A07163

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

Shades of Toast #A07163

Tints of Toast #A07163

Color information

#A07163 (or 0xA07163) is unknown color: approx Toast. HEX triplet: A0, 71 and 63. RGB value is (160,113,99). Sum of RGB (Red+Green+Blue) = 160+113+99=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 99 (39.06% from 255 or 26.61% from 372); Max value from RGB is 160 - color contains mainly: red. Hex color #A07163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07163 is #5F8E9C. Grayscale: #7D7D7D. Windows color (decimal): -6262429 or 6517152. OLE color: 6517152.

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

Color convert

RGB16011399-
CMYK00.290.380.37
HSL13.77º24.3%50.78%-
HSV(B)13.77º38.12%62.75%-
XYZ22.6520.1814.51-
YUV125.46113.07152.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.01%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 99 (39.06% from 255) = 26.61%
R=43.01%
G=30.38%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601139900.290.380.3713.7724.350.78
HexA0716301D2625e1833
Octal2401611430354645163063
Binary1010000011100011100011011101100110100101111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07163; }

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

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

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

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

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

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

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

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