#A17660

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

Shades of Toast #A17660

Tints of Toast #A17660

Color information

#A17660 (or 0xA17660) is unknown color: approx Toast. HEX triplet: A1, 76 and 60. RGB value is (161,118,96). Sum of RGB (Red+Green+Blue) = 161+118+96=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A17660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17660 is #5E899F. Grayscale: #808080. Windows color (decimal): -6195616 or 6321825. OLE color: 6321825.

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

Color convert

RGB16111896-
CMYK00.270.400.37
HSL20.31º25.69%50.39%-
HSV(B)20.31º40.37%63.14%-
XYZ23.2921.3813.97-
YUV128.35109.75151.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=42.93%
G=31.47%
B=25.6%

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
Decimal1611189600.270.400.3720.3125.6950.39
HexA1766001B2825141a32
Octal2411661400335045243262
Binary10100001111011011000000110111010001001011010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17660; }

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

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

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

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

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

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

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

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