Html Css Color HEX #A66C5D Au Chico

📋 copy color: '#A66C5D'

red 166 ◦ green 108 ◦ blue 93

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

Shades of Au Chico #A66C5D

Tints of Au Chico #A66C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.43%

 BLUE value IS 93 (36.72% from 255) = 25.34%

R = 45.23%
G = 29.43%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A66C5D (or 0xA66C5D) is known color: Au Chico. HEX triplet: A6, 6C and 5D. RGB value is (166,108,93). Sum of RGB (Red+Green+Blue) = 166+108+93=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66C5D is #5993A2. Grayscale: #7B7B7B. Windows color (decimal): -5870499 or 6122662. OLE color: 6122662.

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

Color convert

RGB 166 108 93 -
CMYK 0 0.35 0.44 0.35
HSL 12.33º 0.29% 0.51% -
HSV(B) 12.33º 0.44% 0.65% -
XYZ 23.06 19.62 12.93 -
YUV 123.63 110.72 158.22 -
System Red Green Blue C M Y K H S L
Decimal 166 108 93 0 0.35 0.44 0.35 12.33 0.29 0.51
Hex A6 6C 5D 0 23 2C 23 C 1D 33
Octal 246 154 135 0 43 54 43 14 35 63
Binary 10100110 1101100 1011101 0 100011 101100 100011 1100 11101 110011

Color Harmonies of #A66C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C5D

Black with #A66C5D

Text Example


Text Example

White with #A66C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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