#A6755C

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

Shades of Toast #A6755C

Tints of Toast #A6755C

Color information

#A6755C (or 0xA6755C) is unknown color: approx Toast. HEX triplet: A6, 75 and 5C. RGB value is (166,117,92). Sum of RGB (Red+Green+Blue) = 166+117+92=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6755C is #598AA3. Grayscale: #808080. Windows color (decimal): -5868196 or 6059430. OLE color: 6059430.

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

Color convert

RGB16611792-
CMYK00.300.450.35
HSL20.27º29.37%50.59%-
HSV(B)20.27º44.58%65.1%-
XYZ24.0221.613.03-
YUV128.8107.23154.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=44.27%
G=31.2%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661179200.300.450.3520.2729.3750.59
HexA6755C01E2D23141d33
Octal2461651340365543243563
Binary10100110111010110111000111101011011000111010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6755C; }

 p { color: rgb(166,117,92); }

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

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

 a { background-color: rgb(166,117,92); }

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

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

 span { border-color: rgb(166,117,92); }

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