#A1725B

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

Shades of Toast #A1725B

Tints of Toast #A1725B

Color information

#A1725B (or 0xA1725B) is unknown color: approx Toast. HEX triplet: A1, 72 and 5B. RGB value is (161,114,91). Sum of RGB (Red+Green+Blue) = 161+114+91=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A1725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1725B is #5E8DA4. Grayscale: #7D7D7D. Windows color (decimal): -6196645 or 5993121. OLE color: 5993121.

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

Color convert

RGB16111491-
CMYK00.290.430.37
HSL19.71º27.78%49.41%-
HSV(B)19.71º43.48%63.14%-
XYZ22.620.3712.64-
YUV125.43108.57153.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=43.99%
G=31.15%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611149100.290.430.3719.7127.7849.41
HexA1725B01D2B25141c31
Octal2411621330355345243461
Binary10100001111001010110110111011010111001011010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1725B; }

 p { color: rgb(161,114,91); }

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

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

 a { background-color: rgb(161,114,91); }

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

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

 span { border-color: rgb(161,114,91); }

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