#A17461

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

Shades of Toast #A17461

Tints of Toast #A17461

Color information

#A17461 (or 0xA17461) is unknown color: approx Toast. HEX triplet: A1, 74 and 61. RGB value is (161,116,97). Sum of RGB (Red+Green+Blue) = 161+116+97=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A17461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17461 is #5E8B9E. Grayscale: #7F7F7F. Windows color (decimal): -6196127 or 6386849. OLE color: 6386849.

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

Color convert

RGB16111697-
CMYK00.280.400.37
HSL17.81º25.4%50.59%-
HSV(B)17.81º39.75%63.14%-
XYZ23.120.9314.13-
YUV127.29110.91152.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.05%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=43.05%
G=31.02%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611169700.280.400.3717.8125.450.59
HexA1746101C2825121933
Octal2411641410345045223163
Binary10100001111010011000010111001010001001011001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17461; }

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

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

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

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

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

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

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

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