#A17159

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

Shades of Toast #A17159

Tints of Toast #A17159

Color information

#A17159 (or 0xA17159) is unknown color: approx Toast. HEX triplet: A1, 71 and 59. RGB value is (161,113,89). Sum of RGB (Red+Green+Blue) = 161+113+89=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A17159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17159 is #5E8EA6. Grayscale: #7C7C7C. Windows color (decimal): -6196903 or 5861793. OLE color: 5861793.

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

Color convert

RGB16111389-
CMYK00.300.450.37
HSL20º28.8%49.02%-
HSV(B)20º44.72%63.14%-
XYZ22.4120.1112.15-
YUV124.62107.9153.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 113 (44.53% from 255) = 31.13%
BLUE value IS 89 (35.16% from 255) = 24.52%
R=44.35%
G=31.13%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611138900.300.450.372028.849.02
HexA1715901E2D25141d31
Octal2411611310365545243561
Binary10100001111000110110010111101011011001011010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17159; }

 p { color: rgb(161,113,89); }

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

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

 a { background-color: rgb(161,113,89); }

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

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

 span { border-color: rgb(161,113,89); }

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