#A6645B

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

Shades of Au Chico #A6645B

Tints of Au Chico #A6645B

Color information

#A6645B (or 0xA6645B) is unknown color: approx Au Chico. HEX triplet: A6, 64 and 5B. RGB value is (166,100,91). Sum of RGB (Red+Green+Blue) = 166+100+91=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6645B is #599BA4. Grayscale: #767676. Windows color (decimal): -5872549 or 5989542. OLE color: 5989542.

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

Color convert

RGB16610091-
CMYK00.400.450.35
HSL7.2º29.64%50.39%-
HSV(B)7.2º45.18%65.1%-
XYZ22.1717.9812.2-
YUV118.71112.37161.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=46.50%
G=28.01%
B=25.49%

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
Decimal1661009100.400.450.357.229.6450.39
HexA6645B0282D2371e32
Octal246144133050554373662
Binary1010011011001001011011010100010110110001111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6645B; }

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

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

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

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

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

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

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

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