#A6685B

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

Shades of Au Chico #A6685B

Tints of Au Chico #A6685B

Color information

#A6685B (or 0xA6685B) is unknown color: approx Au Chico. HEX triplet: A6, 68 and 5B. RGB value is (166,104,91). Sum of RGB (Red+Green+Blue) = 166+104+91=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6685B is #5997A4. Grayscale: #797979. Windows color (decimal): -5871525 or 5990566. OLE color: 5990566.

HSL color Cylindrical-coordinate representation of color #A6685B: hue angle of 10.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 #A6685B is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16610491-
CMYK00.370.450.35
HSL10.4º29.64%50.39%-
HSV(B)10.4º45.18%65.1%-
XYZ22.5618.7612.33-
YUV121.06111.04160.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 91 (35.94% from 255) = 25.21%
R=45.98%
G=28.81%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661049100.370.450.3510.429.6450.39
HexA6685B0252D23a1e32
Octal2461501330455543123662
Binary10100110110100010110110100101101101100011101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6685B; }

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

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

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

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

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

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

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

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