Html Css Color HEX #AAA595 Eagle

📋 copy color: '#AAA595'

red 170 ◦ green 165 ◦ blue 149

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

Shades of Eagle #AAA595

Tints of Eagle #AAA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.09%

 BLUE value IS 149 (58.59% from 255) = 30.79%

R = 35.12%
G = 34.09%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AAA595 (or 0xAAA595) is known color: Eagle. HEX triplet: AA, A5 and 95. RGB value is (170,165,149). Sum of RGB (Red+Green+Blue) = 170+165+149=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 165 (64.84% from 255 or 34.09% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA595 is #555A6A. Grayscale: #A4A4A4. Windows color (decimal): -5593707 or 9807274. OLE color: 9807274.

HSL color Cylindrical-coordinate representation of color #AAA595: hue angle of 45.71º 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 #AAA595 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 149 -
CMYK 0 0.03 0.12 0.33
HSL 45.71º 0.11% 0.63% -
HSV(B) 45.71º 0.12% 0.67% -
XYZ 35.46 37.63 33.83 -
YUV 164.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 170 165 149 0 0.03 0.12 0.33 45.71 0.11 0.63
Hex AA A5 95 0 3 C 21 2E B 3F
Octal 252 245 225 0 3 14 41 56 13 77
Binary 10101010 10100101 10010101 0 11 1100 100001 101110 1011 111111

Color Harmonies of #AAA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA595

Black with #AAA595

Text Example


Text Example

White with #AAA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA595; }

 p { color: rgb(170,165,149); }

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

background-color css

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

 a { background-color: rgb(170,165,149); }

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

border-color css

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

 span { border-color: rgb(170,165,149); }

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