Html Css Color HEX #A6615D Au Chico

📋 copy color: '#A6615D'

red 166 ◦ green 97 ◦ blue 93

#A6615D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Au Chico #A6615D

Tints of Au Chico #A6615D

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 value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6615D (or 0xA6615D) is known color: 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

RGB 166 97 93 -
CMYK 0 0.42 0.44 0.35
HSL 3.29º 0.29% 0.51% -
HSV(B) 3.29º 0.44% 0.65% -
XYZ 21.98 17.45 12.57 -
YUV 117.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 166 97 93 0 0.42 0.44 0.35 3.29 0.29 0.51
Hex A6 61 5D 0 2A 2C 23 3 1D 33
Octal 246 141 135 0 52 54 43 3 35 63
Binary 10100110 1100001 1011101 0 101010 101100 100011 11 11101 110011

Color Harmonies of #A6615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6615D

Black with #A6615D

Text Example


Text Example

White with #A6615D

Text Example


Text Example

HTML Codes & Css Web 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>