Html Css Color HEX #A6665C Au Chico

📋 copy color: '#A6665C'

red 166 ◦ green 102 ◦ blue 92

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

Shades of Au Chico #A6665C

Tints of Au Chico #A6665C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

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

R = 46.11%
G = 28.33%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6665C (or 0xA6665C) is known color: Au Chico. HEX triplet: A6, 66 and 5C. RGB value is (166,102,92). Sum of RGB (Red+Green+Blue) = 166+102+92=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6665C is #5999A3. Grayscale: #787878. Windows color (decimal): -5872036 or 6055590. OLE color: 6055590.

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

Color convert

RGB 166 102 92 -
CMYK 0 0.39 0.45 0.35
HSL 8.11º 0.29% 0.51% -
HSV(B) 8.11º 0.45% 0.65% -
XYZ 22.41 18.38 12.49 -
YUV 120 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 166 102 92 0 0.39 0.45 0.35 8.11 0.29 0.51
Hex A6 66 5C 0 27 2D 23 8 1D 33
Octal 246 146 134 0 47 55 43 10 35 63
Binary 10100110 1100110 1011100 0 100111 101101 100011 1000 11101 110011

Color Harmonies of #A6665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6665C

Black with #A6665C

Text Example


Text Example

White with #A6665C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6665C; }

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

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

background-color css

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

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

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

border-color css

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

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

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