Html Css Color HEX #AAA990 Eagle

📋 copy color: '#AAA990'

red 170 ◦ green 169 ◦ blue 144

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

Shades of Eagle #AAA990

Tints of Eagle #AAA990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.99%

 BLUE value IS 144 (56.64% from 255) = 29.81%

R = 35.2%
G = 34.99%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AAA990 (or 0xAAA990) is known color: Eagle. HEX triplet: AA, A9 and 90. RGB value is (170,169,144). Sum of RGB (Red+Green+Blue) = 170+169+144=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA990 is #55566F. Grayscale: #A6A6A6. Windows color (decimal): -5592688 or 9480618. OLE color: 9480618.

HSL color Cylindrical-coordinate representation of color #AAA990: hue angle of 57.69º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA990 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 169 144 -
CMYK 0 0.01 0.15 0.33
HSL 57.69º 0.13% 0.62% -
HSV(B) 57.69º 0.15% 0.67% -
XYZ 35.8 38.94 32.01 -
YUV 166.45 115.33 130.53 -
System Red Green Blue C M Y K H S L
Decimal 170 169 144 0 0.01 0.15 0.33 57.69 0.13 0.62
Hex AA A9 90 0 1 F 21 3A D 3E
Octal 252 251 220 0 1 17 41 72 15 76
Binary 10101010 10101001 10010000 0 1 1111 100001 111010 1101 111110

Color Harmonies of #AAA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA990

Black with #AAA990

Text Example


Text Example

White with #AAA990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA990; }

 p { color: rgb(170,169,144); }

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

background-color css

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

 a { background-color: rgb(170,169,144); }

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

border-color css

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

 span { border-color: rgb(170,169,144); }

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