Html Css Color HEX #AA615A Au Chico

📋 copy color: '#AA615A'

red 170 ◦ green 97 ◦ blue 90

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

Shades of Au Chico #AA615A

Tints of Au Chico #AA615A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 47.62%
G = 27.17%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA615A (or 0xAA615A) is known color: Au Chico. HEX triplet: AA, 61 and 5A. RGB value is (170,97,90). Sum of RGB (Red+Green+Blue) = 170+97+90=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA615A is #559EA5. Grayscale: #767676. Windows color (decimal): -5611174 or 5923242. OLE color: 5923242.

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

Color convert

RGB 170 97 90 -
CMYK 0 0.43 0.47 0.33
HSL 5.25º 0.32% 0.51% -
HSV(B) 5.25º 0.47% 0.67% -
XYZ 22.7 17.83 11.92 -
YUV 118.03 112.18 165.07 -
System Red Green Blue C M Y K H S L
Decimal 170 97 90 0 0.43 0.47 0.33 5.25 0.32 0.51
Hex AA 61 5A 0 2B 2F 21 5 20 33
Octal 252 141 132 0 53 57 41 5 40 63
Binary 10101010 1100001 1011010 0 101011 101111 100001 101 100000 110011

Color Harmonies of #AA615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA615A

Black with #AA615A

Text Example


Text Example

White with #AA615A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA615A; }

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

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

background-color css

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

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

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

border-color css

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

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

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