#A6615D

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

Shades of Au Chico #A6615D

Tints of Au Chico #A6615D

Color information

#A6615D (or 0xA6615D) is unknown color: approx Au Chico. HEX triplet: A6, 61 and 5D. RGB value is (166,97,93). Sum of RGB (Red+Green+Blue) = 166+97+93=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6615D is #599EA2. Grayscale: #757575. Windows color (decimal): -5873315 or 6119846. OLE color: 6119846.

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

Color convert

RGB1669793-
CMYK00.420.440.35
HSL3.29º29.08%50.78%-
HSV(B)3.29º43.98%65.1%-
XYZ21.9817.4512.57-
YUV117.18114.36162.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=46.63%
G=27.25%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166979300.420.440.353.2929.0850.78
HexA6615D02A2C2331d33
Octal246141135052544333563
Binary101001101100001101110101010101011001000111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6615D; }

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

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

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

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

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

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

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

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