#A6735F

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

Shades of Toast #A6735F

Tints of Toast #A6735F

Color information

#A6735F (or 0xA6735F) is unknown color: approx Toast. HEX triplet: A6, 73 and 5F. RGB value is (166,115,95). Sum of RGB (Red+Green+Blue) = 166+115+95=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6735F is #598CA0. Grayscale: #808080. Windows color (decimal): -5868705 or 6255526. OLE color: 6255526.

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

Color convert

RGB16611595-
CMYK00.310.430.35
HSL16.9º28.51%51.18%-
HSV(B)16.9º42.77%65.1%-
XYZ23.9221.1913.66-
YUV127.97109.4155.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 115 (45.31% from 255) = 30.59%
BLUE value IS 95 (37.5% from 255) = 25.27%
R=44.15%
G=30.59%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661159500.310.430.3516.928.5151.18
HexA6735F01F2B23111d33
Octal2461631370375343213563
Binary10100110111001110111110111111010111000111000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6735F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6735F; }

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

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

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

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

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

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

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

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