Html Css Color HEX #A66455 Au Chico

📋 copy color: '#A66455'

red 166 ◦ green 100 ◦ blue 85

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

Shades of Au Chico #A66455

Tints of Au Chico #A66455

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.22%

R = 47.29%
G = 28.49%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A66455 (or 0xA66455) is known color: Au Chico. HEX triplet: A6, 64 and 55. RGB value is (166,100,85). Sum of RGB (Red+Green+Blue) = 166+100+85=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A66455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A66455 is #599BAA. Grayscale: #767676. Windows color (decimal): -5872555 or 5596326. OLE color: 5596326.

HSL color Cylindrical-coordinate representation of color #A66455: hue angle of 11.11º degrees, saturation: 0.32, 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 #A66455 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 100 85 -
CMYK 0 0.40 0.49 0.35
HSL 11.11º 0.32% 0.49% -
HSV(B) 11.11º 0.49% 0.65% -
XYZ 21.92 17.88 10.89 -
YUV 118.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 166 100 85 0 0.40 0.49 0.35 11.11 0.32 0.49
Hex A6 64 55 0 28 31 23 B 20 31
Octal 246 144 125 0 50 61 43 13 40 61
Binary 10100110 1100100 1010101 0 101000 110001 100011 1011 100000 110001

Color Harmonies of #A66455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66455

Black with #A66455

Text Example


Text Example

White with #A66455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66455; }

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

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

background-color css

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

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

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

border-color css

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

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

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