Html Css Color HEX #A66554 Au Chico

📋 copy color: '#A66554'

red 166 ◦ green 101 ◦ blue 84

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

Shades of Au Chico #A66554

Tints of Au Chico #A66554

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.77%

 BLUE value IS 84 (33.2% from 255) = 23.93%

R = 47.29%
G = 28.77%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A66554 (or 0xA66554) is known color: Au Chico. HEX triplet: A6, 65 and 54. RGB value is (166,101,84). Sum of RGB (Red+Green+Blue) = 166+101+84=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A66554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66554 is #599AAB. Grayscale: #767676. Windows color (decimal): -5872300 or 5531046. OLE color: 5531046.

HSL color Cylindrical-coordinate representation of color #A66554: hue angle of 12.44º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A66554 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 101 84 -
CMYK 0 0.39 0.49 0.35
HSL 12.44º 0.33% 0.49% -
HSV(B) 12.44º 0.49% 0.65% -
XYZ 21.98 18.05 10.71 -
YUV 118.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 166 101 84 0 0.39 0.49 0.35 12.44 0.33 0.49
Hex A6 65 54 0 27 31 23 C 21 31
Octal 246 145 124 0 47 61 43 14 41 61
Binary 10100110 1100101 1010100 0 100111 110001 100011 1100 100001 110001

Color Harmonies of #A66554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66554

Black with #A66554

Text Example


Text Example

White with #A66554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66554; }

 p { color: rgb(166,101,84); }

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

background-color css

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

 a { background-color: rgb(166,101,84); }

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

border-color css

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

 span { border-color: rgb(166,101,84); }

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