Html Css Color HEX #AA6156 Au Chico

📋 copy color: '#AA6156'

red 170 ◦ green 97 ◦ blue 86

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

Shades of Au Chico #AA6156

Tints of Au Chico #AA6156

RGB

 RED value IS 170 (66.8% from 255) = 48.16%

 GREEN value IS 97 (38.28% from 255) = 27.48%

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 48.16%
G = 27.48%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.33

RGB Variations

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

Color information

#AA6156 (or 0xAA6156) is known color: Au Chico. HEX triplet: AA, 61 and 56. RGB value is (170,97,86). Sum of RGB (Red+Green+Blue) = 170+97+86=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6156 is #559EA9. Grayscale: #757575. Windows color (decimal): -5611178 or 5661098. OLE color: 5661098.

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

Color convert

RGB 170 97 86 -
CMYK 0 0.43 0.49 0.33
HSL 7.86º 0.33% 0.5% -
HSV(B) 7.86º 0.49% 0.67% -
XYZ 22.53 17.77 11.05 -
YUV 117.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 170 97 86 0 0.43 0.49 0.33 7.86 0.33 0.5
Hex AA 61 56 0 2B 31 21 8 21 32
Octal 252 141 126 0 53 61 41 10 41 62
Binary 10101010 1100001 1010110 0 101011 110001 100001 1000 100001 110010

Color Harmonies of #AA6156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6156

Black with #AA6156

Text Example


Text Example

White with #AA6156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6156; }

 p { color: rgb(170,97,86); }

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

background-color css

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

 a { background-color: rgb(170,97,86); }

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

border-color css

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

 span { border-color: rgb(170,97,86); }

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