Html Css Color HEX #A6645C Au Chico

📋 copy color: '#A6645C'

red 166 ◦ green 100 ◦ blue 92

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

Shades of Au Chico #A6645C

Tints of Au Chico #A6645C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 46.37%
G = 27.93%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6645C (or 0xA6645C) is known color: Au Chico. HEX triplet: A6, 64 and 5C. RGB value is (166,100,92). Sum of RGB (Red+Green+Blue) = 166+100+92=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6645C is #599BA3. Grayscale: #767676. Windows color (decimal): -5872548 or 6055078. OLE color: 6055078.

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

Color convert

RGB 166 100 92 -
CMYK 0 0.40 0.45 0.35
HSL 6.49º 0.29% 0.51% -
HSV(B) 6.49º 0.45% 0.65% -
XYZ 22.21 17.99 12.43 -
YUV 118.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 166 100 92 0 0.40 0.45 0.35 6.49 0.29 0.51
Hex A6 64 5C 0 28 2D 23 6 1D 33
Octal 246 144 134 0 50 55 43 6 35 63
Binary 10100110 1100100 1011100 0 101000 101101 100011 110 11101 110011

Color Harmonies of #A6645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6645C

Black with #A6645C

Text Example


Text Example

White with #A6645C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6645C; }

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

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

background-color css

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

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

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

border-color css

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

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

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