Html Css Color HEX #A66A5E Au Chico

📋 copy color: '#A66A5E'

red 166 ◦ green 106 ◦ blue 94

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

Shades of Au Chico #A66A5E

Tints of Au Chico #A66A5E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 45.36%
G = 28.96%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A66A5E (or 0xA66A5E) is known color: Au Chico. HEX triplet: A6, 6A and 5E. RGB value is (166,106,94). Sum of RGB (Red+Green+Blue) = 166+106+94=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66A5E is #5995A1. Grayscale: #7A7A7A. Windows color (decimal): -5871010 or 6187686. OLE color: 6187686.

HSL color Cylindrical-coordinate representation of color #A66A5E: hue angle of 10º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A66A5E is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 106 94 -
CMYK 0 0.36 0.43 0.35
HSL 10º 0.29% 0.51% -
HSV(B) 10º 0.43% 0.65% -
XYZ 22.9 19.22 13.09 -
YUV 122.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 166 106 94 0 0.36 0.43 0.35 10 0.29 0.51
Hex A6 6A 5E 0 24 2B 23 A 1D 33
Octal 246 152 136 0 44 53 43 12 35 63
Binary 10100110 1101010 1011110 0 100100 101011 100011 1010 11101 110011

Color Harmonies of #A66A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A5E

Black with #A66A5E

Text Example


Text Example

White with #A66A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A5E; }

 p { color: rgb(166,106,94); }

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

background-color css

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

 a { background-color: rgb(166,106,94); }

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

border-color css

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

 span { border-color: rgb(166,106,94); }

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