Html Css Color HEX #AAA696 Eagle

📋 copy color: '#AAA696'

red 170 ◦ green 166 ◦ blue 150

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

Shades of Eagle #AAA696

Tints of Eagle #AAA696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.86%

R = 34.98%
G = 34.16%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AAA696 (or 0xAAA696) is known color: Eagle. HEX triplet: AA, A6 and 96. RGB value is (170,166,150). Sum of RGB (Red+Green+Blue) = 170+166+150=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA696 is #555969. Grayscale: #A5A5A5. Windows color (decimal): -5593450 or 9873066. OLE color: 9873066.

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

Color convert

RGB 170 166 150 -
CMYK 0 0.02 0.12 0.33
HSL 48º 0.11% 0.63% -
HSV(B) 48º 0.12% 0.67% -
XYZ 35.72 38.02 34.31 -
YUV 165.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 170 166 150 0 0.02 0.12 0.33 48 0.11 0.63
Hex AA A6 96 0 2 C 21 30 B 3F
Octal 252 246 226 0 2 14 41 60 13 77
Binary 10101010 10100110 10010110 0 10 1100 100001 110000 1011 111111

Color Harmonies of #AAA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA696

Black with #AAA696

Text Example


Text Example

White with #AAA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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