#A17561

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

Shades of Toast #A17561

Tints of Toast #A17561

Color information

#A17561 (or 0xA17561) is unknown color: approx Toast. HEX triplet: A1, 75 and 61. RGB value is (161,117,97). Sum of RGB (Red+Green+Blue) = 161+117+97=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A17561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17561 is #5E8A9E. Grayscale: #808080. Windows color (decimal): -6195871 or 6387105. OLE color: 6387105.

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

Color convert

RGB16111797-
CMYK00.270.400.37
HSL18.75º25.4%50.59%-
HSV(B)18.75º39.75%63.14%-
XYZ23.2221.1614.17-
YUV127.88110.58151.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=42.93%
G=31.2%
B=25.87%

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
Decimal1611179700.270.400.3718.7525.450.59
HexA1756101B2825131933
Octal2411651410335045233163
Binary10100001111010111000010110111010001001011001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17561; }

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

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

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

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

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

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

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

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