#A6645C

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

Shades of Au Chico #A6645C

Tints of Au Chico #A6645C

Color information

#A6645C (or 0xA6645C) is unknown color: approx Au Chico. HEX triplet: A6, 64 and 5C. RGB value is (166,100,92). Sum of RGB (Red+Green+Blue) = 166+100+92=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6645C is #599BA3. Grayscale: #767676. Windows color (decimal): -5872548 or 6055078. OLE color: 6055078.

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

Color convert

RGB16610092-
CMYK00.400.450.35
HSL6.49º29.37%50.59%-
HSV(B)6.49º44.58%65.1%-
XYZ22.2117.9912.43-
YUV118.82112.87161.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 100 (39.45% from 255) = 27.93%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=46.37%
G=27.93%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661009200.400.450.356.4929.3750.59
HexA6645C0282D2361d33
Octal246144134050554363563
Binary1010011011001001011100010100010110110001111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6645C; }

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

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

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

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

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

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

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

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