Html Css Color HEX #AA615B Au Chico

📋 copy color: '#AA615B'

red 170 ◦ green 97 ◦ blue 91

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

Shades of Au Chico #AA615B

Tints of Au Chico #AA615B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.42%

R = 47.49%
G = 27.09%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA615B (or 0xAA615B) is known color: Au Chico. HEX triplet: AA, 61 and 5B. RGB value is (170,97,91). Sum of RGB (Red+Green+Blue) = 170+97+91=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA615B is #559EA4. Grayscale: #767676. Windows color (decimal): -5611173 or 5988778. OLE color: 5988778.

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

Color convert

RGB 170 97 91 -
CMYK 0 0.43 0.46 0.33
HSL 4.56º 0.32% 0.51% -
HSV(B) 4.56º 0.46% 0.67% -
XYZ 22.74 17.85 12.14 -
YUV 118.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 170 97 91 0 0.43 0.46 0.33 4.56 0.32 0.51
Hex AA 61 5B 0 2B 2E 21 5 20 33
Octal 252 141 133 0 53 56 41 5 40 63
Binary 10101010 1100001 1011011 0 101011 101110 100001 101 100000 110011

Color Harmonies of #AA615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA615B

Black with #AA615B

Text Example


Text Example

White with #AA615B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA615B; }

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

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

background-color css

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

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

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

border-color css

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

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

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