#A17057

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

Shades of Toast #A17057

Tints of Toast #A17057

Color information

#A17057 (or 0xA17057) is unknown color: approx Toast. HEX triplet: A1, 70 and 57. RGB value is (161,112,87). Sum of RGB (Red+Green+Blue) = 161+112+87=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A17057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17057 is #5E8FA8. Grayscale: #7B7B7B. Windows color (decimal): -6197161 or 5730465. OLE color: 5730465.

HSL color Cylindrical-coordinate representation of color #A17057: hue angle of 20.27º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A17057 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB16111287-
CMYK00.300.460.37
HSL20.27º29.84%48.63%-
HSV(B)20.27º45.96%63.14%-
XYZ22.2119.8511.68-
YUV123.8107.23154.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 87 (34.38% from 255) = 24.17%
R=44.72%
G=31.11%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611128700.300.460.3720.2729.8448.63
HexA1705701E2E25141e31
Octal2411601270365645243661
Binary10100001111000010101110111101011101001011010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17057; }

 p { color: rgb(161,112,87); }

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

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

 a { background-color: rgb(161,112,87); }

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

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

 span { border-color: rgb(161,112,87); }

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