Html Css Color HEX #AAA594 Eagle

📋 copy color: '#AAA594'

red 170 ◦ green 165 ◦ blue 148

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

Shades of Eagle #AAA594

Tints of Eagle #AAA594

RGB

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

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

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

R = 35.2%
G = 34.16%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AAA594 (or 0xAAA594) is known color: Eagle. HEX triplet: AA, A5 and 94. RGB value is (170,165,148). Sum of RGB (Red+Green+Blue) = 170+165+148=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA594 is #555A6B. Grayscale: #A4A4A4. Windows color (decimal): -5593708 or 9741738. OLE color: 9741738.

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

Color convert

RGB 170 165 148 -
CMYK 0 0.03 0.13 0.33
HSL 46.36º 0.11% 0.62% -
HSV(B) 46.36º 0.13% 0.67% -
XYZ 35.38 37.59 33.41 -
YUV 164.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 170 165 148 0 0.03 0.13 0.33 46.36 0.11 0.62
Hex AA A5 94 0 3 D 21 2E B 3E
Octal 252 245 224 0 3 15 41 56 13 76
Binary 10101010 10100101 10010100 0 11 1101 100001 101110 1011 111110

Color Harmonies of #AAA594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA594

Black with #AAA594

Text Example


Text Example

White with #AAA594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA594; }

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

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

background-color css

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

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

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

border-color css

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

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

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