#A6695E

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

Shades of Au Chico #A6695E

Tints of Au Chico #A6695E

Color information

#A6695E (or 0xA6695E) is unknown color: approx Au Chico. HEX triplet: A6, 69 and 5E. RGB value is (166,105,94). Sum of RGB (Red+Green+Blue) = 166+105+94=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A6695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6695E is #5996A1. Grayscale: #7A7A7A. Windows color (decimal): -5871266 or 6187430. OLE color: 6187430.

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

Color convert

RGB16610594-
CMYK00.370.430.35
HSL9.17º28.8%50.98%-
HSV(B)9.17º43.37%65.1%-
XYZ22.819.0213.06-
YUV121.99112.21159.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.48%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 94 (37.11% from 255) = 25.75%
R=45.48%
G=28.77%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661059400.370.430.359.1728.850.98
HexA6695E0252B2391d33
Octal2461511360455343113563
Binary10100110110100110111100100101101011100011100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6695E; }

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

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

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

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

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

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

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

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