Html Css Color HEX #AAA994 Eagle

📋 copy color: '#AAA994'

red 170 ◦ green 169 ◦ blue 148

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

Shades of Eagle #AAA994

Tints of Eagle #AAA994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 34.91%
G = 34.7%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AAA994 (or 0xAAA994) is known color: Eagle. HEX triplet: AA, A9 and 94. RGB value is (170,169,148). Sum of RGB (Red+Green+Blue) = 170+169+148=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA994 is #55566B. Grayscale: #A6A6A6. Windows color (decimal): -5592684 or 9742762. OLE color: 9742762.

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

Color convert

RGB 170 169 148 -
CMYK 0 0.01 0.13 0.33
HSL 57.27º 0.11% 0.62% -
HSV(B) 57.27º 0.13% 0.67% -
XYZ 36.11 39.06 33.65 -
YUV 166.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 170 169 148 0 0.01 0.13 0.33 57.27 0.11 0.62
Hex AA A9 94 0 1 D 21 39 B 3E
Octal 252 251 224 0 1 15 41 71 13 76
Binary 10101010 10101001 10010100 0 1 1101 100001 111001 1011 111110

Color Harmonies of #AAA994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA994

Black with #AAA994

Text Example


Text Example

White with #AAA994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA994; }

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

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

background-color css

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

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

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

border-color css

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

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

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