Html Css Color HEX #AAA596 Eagle

📋 copy color: '#AAA596'

red 170 ◦ green 165 ◦ blue 150

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

Shades of Eagle #AAA596

Tints of Eagle #AAA596

RGB

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

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

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

R = 35.05%
G = 34.02%
B = 30.93%

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

#AAA596 (or 0xAAA596) is known color: Eagle. HEX triplet: AA, A5 and 96. RGB value is (170,165,150). Sum of RGB (Red+Green+Blue) = 170+165+150=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA596 is #555A69. Grayscale: #A4A4A4. Windows color (decimal): -5593706 or 9872810. OLE color: 9872810.

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

Color convert

RGB 170 165 150 -
CMYK 0 0.03 0.12 0.33
HSL 45º 0.11% 0.63% -
HSV(B) 45º 0.12% 0.67% -
XYZ 35.54 37.66 34.25 -
YUV 164.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 170 165 150 0 0.03 0.12 0.33 45 0.11 0.63
Hex AA A5 96 0 3 C 21 2D B 3F
Octal 252 245 226 0 3 14 41 55 13 77
Binary 10101010 10100101 10010110 0 11 1100 100001 101101 1011 111111

Color Harmonies of #AAA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA596

Black with #AAA596

Text Example


Text Example

White with #AAA596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA596; }

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

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

background-color css

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

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

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

border-color css

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

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

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