#A07260

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

Shades of Toast #A07260

Tints of Toast #A07260

Color information

#A07260 (or 0xA07260) is unknown color: approx Toast. HEX triplet: A0, 72 and 60. RGB value is (160,114,96). Sum of RGB (Red+Green+Blue) = 160+114+96=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A07260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07260 is #5F8D9F. Grayscale: #7D7D7D. Windows color (decimal): -6262176 or 6320800. OLE color: 6320800.

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

Color convert

RGB16011496-
CMYK00.290.40.37
HSL16.88º25.2%50.2%-
HSV(B)16.88º40%62.75%-
XYZ22.6320.3513.8-
YUV125.7111.24152.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 96 (37.89% from 255) = 25.95%
R=43.24%
G=30.81%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601149600.290.40.3716.8825.250.2
HexA0726001D2825111932
Octal2401621400355045213162
Binary10100000111001011000000111011010001001011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07260; }

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

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

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

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

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

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

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

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