#A6715D

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

Shades of Toast #A6715D

Tints of Toast #A6715D

Color information

#A6715D (or 0xA6715D) is unknown color: approx Toast. HEX triplet: A6, 71 and 5D. RGB value is (166,113,93). Sum of RGB (Red+Green+Blue) = 166+113+93=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A6715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6715D is #598EA2. Grayscale: #7E7E7E. Windows color (decimal): -5869219 or 6123942. OLE color: 6123942.

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

Color convert

RGB16611393-
CMYK00.320.440.35
HSL16.44º29.08%50.78%-
HSV(B)16.44º43.98%65.1%-
XYZ23.6120.7113.11-
YUV126.57109.06156.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 113 (44.53% from 255) = 30.38%
BLUE value IS 93 (36.72% from 255) = 25%
R=44.62%
G=30.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661139300.320.440.3516.4429.0850.78
HexA6715D0202C23101d33
Octal2461611350405443203563
Binary101001101110001101110101000001011001000111000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6715D; }

 p { color: rgb(166,113,93); }

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

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

 a { background-color: rgb(166,113,93); }

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

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

 span { border-color: rgb(166,113,93); }

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