#A17560

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

Shades of Toast #A17560

Tints of Toast #A17560

Color information

#A17560 (or 0xA17560) is unknown color: approx Toast. HEX triplet: A1, 75 and 60. RGB value is (161,117,96). Sum of RGB (Red+Green+Blue) = 161+117+96=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A17560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17560 is #5E8A9F. Grayscale: #7F7F7F. Windows color (decimal): -6195872 or 6321569. OLE color: 6321569.

HSL color Cylindrical-coordinate representation of color #A17560: hue angle of 19.38º degrees, saturation: 0.26, 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 #A17560 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB16111796-
CMYK00.270.400.37
HSL19.38º25.69%50.39%-
HSV(B)19.38º40.37%63.14%-
XYZ23.1721.1413.93-
YUV127.76110.08151.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 96 (37.89% from 255) = 25.67%
R=43.05%
G=31.28%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611179600.270.400.3719.3825.6950.39
HexA1756001B2825131a32
Octal2411651400335045233262
Binary10100001111010111000000110111010001001011001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17560; }

 p { color: rgb(161,117,96); }

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

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

 a { background-color: rgb(161,117,96); }

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

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

 span { border-color: rgb(161,117,96); }

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