#A07263

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

Shades of Toast #A07263

Tints of Toast #A07263

Color information

#A07263 (or 0xA07263) is unknown color: approx Toast. HEX triplet: A0, 72 and 63. RGB value is (160,114,99). Sum of RGB (Red+Green+Blue) = 160+114+99=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A07263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07263 is #5F8D9C. Grayscale: #7E7E7E. Windows color (decimal): -6262173 or 6517408. OLE color: 6517408.

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

Color convert

RGB16011499-
CMYK00.290.380.37
HSL14.75º24.3%50.78%-
HSV(B)14.75º38.12%62.75%-
XYZ22.7720.4114.54-
YUV126.04112.74152.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=42.90%
G=30.56%
B=26.54%

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
Decimal1601149900.290.380.3714.7524.350.78
HexA0726301D2625f1833
Octal2401621430354645173063
Binary1010000011100101100011011101100110100101111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07263; }

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

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

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

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

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

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

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

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