#A6665C

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

Shades of Au Chico #A6665C

Tints of Au Chico #A6665C

Color information

#A6665C (or 0xA6665C) is unknown color: approx Au Chico. HEX triplet: A6, 66 and 5C. RGB value is (166,102,92). Sum of RGB (Red+Green+Blue) = 166+102+92=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6665C is #5999A3. Grayscale: #787878. Windows color (decimal): -5872036 or 6055590. OLE color: 6055590.

HSL color Cylindrical-coordinate representation of color #A6665C: hue angle of 8.11º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6665C is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB16610292-
CMYK00.390.450.35
HSL8.11º29.37%50.59%-
HSV(B)8.11º44.58%65.1%-
XYZ22.4118.3812.49-
YUV120112.2160.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=46.11%
G=28.33%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661029200.390.450.358.1129.3750.59
HexA6665C0272D2381d33
Octal2461461340475543103563
Binary10100110110011010111000100111101101100011100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6665C; }

 p { color: rgb(166,102,92); }

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

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

 a { background-color: rgb(166,102,92); }

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

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

 span { border-color: rgb(166,102,92); }

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