#A6765F

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

Shades of Toast #A6765F

Tints of Toast #A6765F

Color information

#A6765F (or 0xA6765F) is unknown color: approx Toast. HEX triplet: A6, 76 and 5F. RGB value is (166,118,95). Sum of RGB (Red+Green+Blue) = 166+118+95=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6765F is #5989A0. Grayscale: #818181. Windows color (decimal): -5867937 or 6256294. OLE color: 6256294.

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

Color convert

RGB16611895-
CMYK00.290.430.35
HSL19.44º28.51%51.18%-
HSV(B)19.44º42.77%65.1%-
XYZ24.2721.8913.77-
YUV129.73108.4153.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 118 (46.48% from 255) = 31.13%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=43.80%
G=31.13%
B=25.07%

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
Decimal1661189500.290.430.3519.4428.5151.18
HexA6765F01D2B23131d33
Octal2461661370355343233563
Binary10100110111011010111110111011010111000111001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6765F; }

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

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

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

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

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

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

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

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