#A6735A

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

Shades of Toast #A6735A

Tints of Toast #A6735A

Color information

#A6735A (or 0xA6735A) is unknown color: approx Toast. HEX triplet: A6, 73 and 5A. RGB value is (166,115,90). Sum of RGB (Red+Green+Blue) = 166+115+90=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 166 - color contains mainly: red. Hex color #A6735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6735A is #598CA5. Grayscale: #7F7F7F. Windows color (decimal): -5868710 or 5927846. OLE color: 5927846.

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

Color convert

RGB16611590-
CMYK00.310.460.35
HSL19.74º29.92%50.2%-
HSV(B)19.74º45.78%65.1%-
XYZ23.721.1112.5-
YUV127.4106.9155.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.74%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=44.74%
G=31.00%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661159000.310.460.3519.7429.9250.2
HexA6735A01F2E23141e32
Octal2461631320375643243662
Binary10100110111001110110100111111011101000111010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6735A; }

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

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

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

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

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

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

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

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