#A6605B

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

Shades of Au Chico #A6605B

Tints of Au Chico #A6605B

Color information

#A6605B (or 0xA6605B) is unknown color: approx Au Chico. HEX triplet: A6, 60 and 5B. RGB value is (166,96,91). Sum of RGB (Red+Green+Blue) = 166+96+91=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A6605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6605B is #599FA4. Grayscale: #747474. Windows color (decimal): -5873573 or 5988518. OLE color: 5988518.

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

Color convert

RGB1669691-
CMYK00.420.450.35
HSL29.64%50.39%-
HSV(B)45.18%65.1%-
XYZ21.817.2312.07-
YUV116.36113.69163.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=47.03%
G=27.20%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166969100.420.450.35429.6450.39
HexA6605B02A2D2341e32
Octal246140133052554343662
Binary1010011011000001011011010101010110110001110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6605B; }

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

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

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

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

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

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

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

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