#A6615C

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

Shades of Au Chico #A6615C

Tints of Au Chico #A6615C

Color information

#A6615C (or 0xA6615C) is unknown color: approx Au Chico. HEX triplet: A6, 61 and 5C. RGB value is (166,97,92). Sum of RGB (Red+Green+Blue) = 166+97+92=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A6615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6615C is #599EA3. Grayscale: #757575. Windows color (decimal): -5873316 or 6054310. OLE color: 6054310.

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

Color convert

RGB1669792-
CMYK00.420.450.35
HSL4.05º29.37%50.59%-
HSV(B)4.05º44.58%65.1%-
XYZ21.9317.4312.33-
YUV117.06113.86162.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=46.76%
G=27.32%
B=25.92%

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
Decimal166979200.420.450.354.0529.3750.59
HexA6615C02A2D2341d33
Octal246141134052554343563
Binary1010011011000011011100010101010110110001110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6615C; }

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

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

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

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

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

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

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

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