Html Css Color HEX #AAA698 Eagle

📋 copy color: '#AAA698'

red 170 ◦ green 166 ◦ blue 152

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

Shades of Eagle #AAA698

Tints of Eagle #AAA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.02%

 BLUE value IS 152 (59.77% from 255) = 31.15%

R = 34.84%
G = 34.02%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AAA698 (or 0xAAA698) is known color: Eagle. HEX triplet: AA, A6 and 98. RGB value is (170,166,152). Sum of RGB (Red+Green+Blue) = 170+166+152=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA698 is #555967. Grayscale: #A5A5A5. Windows color (decimal): -5593448 or 10004138. OLE color: 10004138.

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

Color convert

RGB 170 166 152 -
CMYK 0 0.02 0.11 0.33
HSL 46.67º 0.1% 0.63% -
HSV(B) 46.67º 0.11% 0.67% -
XYZ 35.88 38.09 35.17 -
YUV 165.6 120.33 131.14 -
System Red Green Blue C M Y K H S L
Decimal 170 166 152 0 0.02 0.11 0.33 46.67 0.1 0.63
Hex AA A6 98 0 2 B 21 2F A 3F
Octal 252 246 230 0 2 13 41 57 12 77
Binary 10101010 10100110 10011000 0 10 1011 100001 101111 1010 111111

Color Harmonies of #AAA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA698

Black with #AAA698

Text Example


Text Example

White with #AAA698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA698; }

 p { color: rgb(170,166,152); }

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

background-color css

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

 a { background-color: rgb(170,166,152); }

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

border-color css

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

 span { border-color: rgb(170,166,152); }

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