#A6725F

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

Shades of Toast #A6725F

Tints of Toast #A6725F

Color information

#A6725F (or 0xA6725F) is unknown color: approx Toast. HEX triplet: A6, 72 and 5F. RGB value is (166,114,95). Sum of RGB (Red+Green+Blue) = 166+114+95=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6725F is #598DA0. Grayscale: #7F7F7F. Windows color (decimal): -5868961 or 6255270. OLE color: 6255270.

HSL color Cylindrical-coordinate representation of color #A6725F: hue angle of 16.06º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6725F is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB16611495-
CMYK00.310.430.35
HSL16.06º28.51%51.18%-
HSV(B)16.06º42.77%65.1%-
XYZ23.8120.9713.62-
YUV127.38109.73155.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 114 (44.92% from 255) = 30.4%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=44.27%
G=30.4%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661149500.310.430.3516.0628.5151.18
HexA6725F01F2B23101d33
Octal2461621370375343203563
Binary10100110111001010111110111111010111000111000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6725F; }

 p { color: rgb(166,114,95); }

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

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

 a { background-color: rgb(166,114,95); }

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

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

 span { border-color: rgb(166,114,95); }

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