#A17463

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

Shades of Toast #A17463

Tints of Toast #A17463

Color information

#A17463 (or 0xA17463) is unknown color: approx Toast. HEX triplet: A1, 74 and 63. RGB value is (161,116,99). Sum of RGB (Red+Green+Blue) = 161+116+99=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A17463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17463 is #5E8B9C. Grayscale: #7F7F7F. Windows color (decimal): -6196125 or 6517921. OLE color: 6517921.

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

Color convert

RGB16111699-
CMYK00.280.390.37
HSL16.45º24.8%50.98%-
HSV(B)16.45º38.51%63.14%-
XYZ23.220.9714.63-
YUV127.52111.91151.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.82%
GREEN value IS 116 (45.70% from 255) = 30.85%
BLUE value IS 99 (39.06% from 255) = 26.33%
R=42.82%
G=30.85%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611169900.280.390.3716.4524.850.98
HexA1746301C2725101933
Octal2411641430344745203163
Binary10100001111010011000110111001001111001011000011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17463; }

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

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

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

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

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

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

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

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