#A17460

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

Shades of Toast #A17460

Tints of Toast #A17460

Color information

#A17460 (or 0xA17460) is unknown color: approx Toast. HEX triplet: A1, 74 and 60. RGB value is (161,116,96). Sum of RGB (Red+Green+Blue) = 161+116+96=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A17460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17460 is #5E8B9F. Grayscale: #7F7F7F. Windows color (decimal): -6196128 or 6321313. OLE color: 6321313.

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

Color convert

RGB16111696-
CMYK00.280.400.37
HSL18.46º25.69%50.39%-
HSV(B)18.46º40.37%63.14%-
XYZ23.0520.9113.89-
YUV127.18110.41152.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=43.16%
G=31.10%
B=25.74%

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
Decimal1611169600.280.400.3718.4625.6950.39
HexA1746001C2825121a32
Octal2411641400345045223262
Binary10100001111010011000000111001010001001011001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17460; }

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

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

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

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

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

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

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

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