#A07860

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

Shades of Toast #A07860

Tints of Toast #A07860

Color information

#A07860 (or 0xA07860) is unknown color: approx Toast. HEX triplet: A0, 78 and 60. RGB value is (160,120,96). Sum of RGB (Red+Green+Blue) = 160+120+96=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 96 (37.89% from 255 or 25.53% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A07860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07860 is #5F879F. Grayscale: #818181. Windows color (decimal): -6260640 or 6322336. OLE color: 6322336.

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

Color convert

RGB16012096-
CMYK00.250.40.37
HSL22.5º25.2%50.2%-
HSV(B)22.5º40%62.75%-
XYZ23.3221.7514.04-
YUV129.22109.25149.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 120 (47.27% from 255) = 31.91%
BLUE value IS 96 (37.89% from 255) = 25.53%
R=42.55%
G=31.91%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601209600.250.40.3722.525.250.2
HexA078600192825161932
Octal2401701400315045263162
Binary10100000111100011000000110011010001001011011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07860; }

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

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

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

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

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

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

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

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