Html Css Color HEX #AA6155 Au Chico

📋 copy color: '#AA6155'

red 170 ◦ green 97 ◦ blue 85

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

Shades of Au Chico #AA6155

Tints of Au Chico #AA6155

RGB

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

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

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

R = 48.3%
G = 27.56%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AA6155 (or 0xAA6155) is known color: Au Chico. HEX triplet: AA, 61 and 55. RGB value is (170,97,85). Sum of RGB (Red+Green+Blue) = 170+97+85=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6155 is #559EAA. Grayscale: #757575. Windows color (decimal): -5611179 or 5595562. OLE color: 5595562.

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

Color convert

RGB 170 97 85 -
CMYK 0 0.43 0.50 0.33
HSL 8.47º 0.33% 0.5% -
HSV(B) 8.47º 0.5% 0.67% -
XYZ 22.49 17.75 10.84 -
YUV 117.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 170 97 85 0 0.43 0.50 0.33 8.47 0.33 0.5
Hex AA 61 55 0 2B 32 21 8 21 32
Octal 252 141 125 0 53 62 41 10 41 62
Binary 10101010 1100001 1010101 0 101011 110010 100001 1000 100001 110010

Color Harmonies of #AA6155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6155

Black with #AA6155

Text Example


Text Example

White with #AA6155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6155; }

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

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

background-color css

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

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

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

border-color css

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

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

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