Html Css Color HEX #A6605C Au Chico

📋 copy color: '#A6605C'

red 166 ◦ green 96 ◦ blue 92

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

Shades of Au Chico #A6605C

Tints of Au Chico #A6605C

RGB

 RED value IS 166 (65.23% from 255) = 46.89%

 GREEN value IS 96 (37.89% from 255) = 27.12%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 46.89%
G = 27.12%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6605C (or 0xA6605C) is known color: Au Chico. HEX triplet: A6, 60 and 5C. RGB value is (166,96,92). Sum of RGB (Red+Green+Blue) = 166+96+92=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A6605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6605C is #599FA3. Grayscale: #747474. Windows color (decimal): -5873572 or 6054054. OLE color: 6054054.

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

Color convert

RGB 166 96 92 -
CMYK 0 0.42 0.45 0.35
HSL 3.24º 0.29% 0.51% -
HSV(B) 3.24º 0.45% 0.65% -
XYZ 21.84 17.25 12.3 -
YUV 116.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 166 96 92 0 0.42 0.45 0.35 3.24 0.29 0.51
Hex A6 60 5C 0 2A 2D 23 3 1D 33
Octal 246 140 134 0 52 55 43 3 35 63
Binary 10100110 1100000 1011100 0 101010 101101 100011 11 11101 110011

Color Harmonies of #A6605C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6605C

Black with #A6605C

Text Example


Text Example

White with #A6605C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6605C; }

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

 H1.HeaderClassName
 {
   color: #A6605C;
 }
 .AnyTagClassName
 {
   color: #A6605C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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