#A6775D

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

Shades of Toast #A6775D

Tints of Toast #A6775D

Color information

#A6775D (or 0xA6775D) is unknown color: approx Toast. HEX triplet: A6, 77 and 5D. RGB value is (166,119,93). Sum of RGB (Red+Green+Blue) = 166+119+93=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6775D is #5988A2. Grayscale: #828282. Windows color (decimal): -5867683 or 6125478. OLE color: 6125478.

HSL color Cylindrical-coordinate representation of color #A6775D: hue angle of 21.37º 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 #A6775D is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16611993-
CMYK00.280.440.35
HSL21.37º29.08%50.78%-
HSV(B)21.37º43.98%65.1%-
XYZ24.322.0913.34-
YUV130.09107.07153.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=43.92%
G=31.48%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661199300.280.440.3521.3729.0850.78
HexA6775D01C2C23151d33
Octal2461671350345443253563
Binary10100110111011110111010111001011001000111010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6775D; }

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

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

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

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

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

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

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

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