Html Css Color HEX #A66459 Au Chico

📋 copy color: '#A66459'

red 166 ◦ green 100 ◦ blue 89

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

Shades of Au Chico #A66459

Tints of Au Chico #A66459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.07%

R = 46.76%
G = 28.17%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A66459 (or 0xA66459) is known color: Au Chico. HEX triplet: A6, 64 and 59. RGB value is (166,100,89). Sum of RGB (Red+Green+Blue) = 166+100+89=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A66459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66459 is #599BA6. Grayscale: #767676. Windows color (decimal): -5872551 or 5858470. OLE color: 5858470.

HSL color Cylindrical-coordinate representation of color #A66459: hue angle of 8.57º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A66459 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 89 -
CMYK 0 0.40 0.46 0.35
HSL 8.57º 0.3% 0.5% -
HSV(B) 8.57º 0.46% 0.65% -
XYZ 22.09 17.94 11.75 -
YUV 118.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 166 100 89 0 0.40 0.46 0.35 8.57 0.3 0.5
Hex A6 64 59 0 28 2E 23 9 1E 32
Octal 246 144 131 0 50 56 43 11 36 62
Binary 10100110 1100100 1011001 0 101000 101110 100011 1001 11110 110010

Color Harmonies of #A66459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66459

Black with #A66459

Text Example


Text Example

White with #A66459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66459; }

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

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

background-color css

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

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

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

border-color css

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

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

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