#A2725E

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

Shades of Toast #A2725E

Tints of Toast #A2725E

Color information

#A2725E (or 0xA2725E) is unknown color: approx Toast. HEX triplet: A2, 72 and 5E. RGB value is (162,114,94). Sum of RGB (Red+Green+Blue) = 162+114+94=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A2725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2725E is #5D8DA1. Grayscale: #7E7E7E. Windows color (decimal): -6131106 or 6189730. OLE color: 6189730.

HSL color Cylindrical-coordinate representation of color #A2725E: hue angle of 17.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2725E is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB16211494-
CMYK00.300.420.36
HSL17.65º26.77%50.2%-
HSV(B)17.65º41.98%63.53%-
XYZ22.9420.5213.34-
YUV126.07109.9153.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 94 (37.11% from 255) = 25.41%
R=43.78%
G=30.81%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621149400.300.420.3617.6526.7750.2
HexA2725E01E2A24121b32
Octal2421621360365244223362
Binary10100010111001010111100111101010101001001001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2725E; }

 p { color: rgb(162,114,94); }

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

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

 a { background-color: rgb(162,114,94); }

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

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

 span { border-color: rgb(162,114,94); }

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