#A9A595

Color #A9A595 Eagle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eagle #A9A595

Tints of Eagle #A9A595

Color information

#A9A595 (or 0xA9A595) is unknown color: approx Eagle. HEX triplet: A9, A5 and 95. RGB value is (169,165,149). Sum of RGB (Red+Green+Blue) = 169+165+149=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A595 is #565A6A. Grayscale: #A4A4A4. Windows color (decimal): -5659243 or 9807273. OLE color: 9807273.

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

Color convert

RGB169165149-
CMYK00.020.120.34
HSL48º10.42%62.35%-
HSV(B)48º11.83%66.27%-
XYZ35.2437.5233.82-
YUV164.37119.33131.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 149 (58.59% from 255) = 30.85%
R=34.99%
G=34.16%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916514900.020.120.344810.4262.35
HexA9A59502C2230a3e
Octal251245225021442601276
Binary10101001101001011001010101011001000101100001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A595; }

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

 H1.HeaderClassName
 {
   color: #A9A595;
 }
 .AnyTagClassName
 {
   color: #A9A595;
 }
</style>
background-color css

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

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

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

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

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

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