#A6765E

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

Shades of Toast #A6765E

Tints of Toast #A6765E

Color information

#A6765E (or 0xA6765E) is unknown color: approx Toast. HEX triplet: A6, 76 and 5E. RGB value is (166,118,94). Sum of RGB (Red+Green+Blue) = 166+118+94=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6765E is #5989A1. Grayscale: #818181. Windows color (decimal): -5867938 or 6190758. OLE color: 6190758.

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

Color convert

RGB16611894-
CMYK00.290.430.35
HSL20º28.8%50.98%-
HSV(B)20º43.37%65.1%-
XYZ24.2221.8713.53-
YUV129.62107.9153.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=43.92%
G=31.22%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661189400.290.430.352028.850.98
HexA6765E01D2B23141d33
Octal2461661360355343243563
Binary10100110111011010111100111011010111000111010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6765E; }

 p { color: rgb(166,118,94); }

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

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

 a { background-color: rgb(166,118,94); }

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

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

 span { border-color: rgb(166,118,94); }

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