#A6775B

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

Shades of Toast #A6775B

Tints of Toast #A6775B

Color information

#A6775B (or 0xA6775B) is unknown color: approx Toast. HEX triplet: A6, 77 and 5B. RGB value is (166,119,91). Sum of RGB (Red+Green+Blue) = 166+119+91=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6775B is #5988A4. Grayscale: #828282. Windows color (decimal): -5867685 or 5994406. OLE color: 5994406.

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

Color convert

RGB16611991-
CMYK00.280.450.35
HSL22.4º29.64%50.39%-
HSV(B)22.4º45.18%65.1%-
XYZ24.2122.0612.88-
YUV129.86106.07153.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=44.15%
G=31.65%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661199100.280.450.3522.429.6450.39
HexA6775B01C2D23161e32
Octal2461671330345543263662
Binary10100110111011110110110111001011011000111011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6775B; }

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

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

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

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

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

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

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

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