#A17661

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

Shades of Toast #A17661

Tints of Toast #A17661

Color information

#A17661 (or 0xA17661) is unknown color: approx Toast. HEX triplet: A1, 76 and 61. RGB value is (161,118,97). Sum of RGB (Red+Green+Blue) = 161+118+97=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A17661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17661 is #5E899E. Grayscale: #808080. Windows color (decimal): -6195615 or 6387361. OLE color: 6387361.

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

Color convert

RGB16111897-
CMYK00.270.400.37
HSL19.69º25.4%50.59%-
HSV(B)19.69º39.75%63.14%-
XYZ23.3321.414.21-
YUV128.46110.25151.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=42.82%
G=31.38%
B=25.80%

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
Decimal1611189700.270.400.3719.6925.450.59
HexA1766101B2825141933
Octal2411661410335045243163
Binary10100001111011011000010110111010001001011010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17661; }

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

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

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

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

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

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

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

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