#A9A594

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

Shades of Eagle #A9A594

Tints of Eagle #A9A594

Color information

#A9A594 (or 0xA9A594) is unknown color: approx Eagle. HEX triplet: A9, A5 and 94. RGB value is (169,165,148). Sum of RGB (Red+Green+Blue) = 169+165+148=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 148 (58.20% from 255 or 30.71% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A594 is #565A6B. Grayscale: #A4A4A4. Windows color (decimal): -5659244 or 9741737. OLE color: 9741737.

HSL color Cylindrical-coordinate representation of color #A9A594: hue angle of 48.57º degrees, saturation: 0.11, 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 #A9A594 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB169165148-
CMYK00.020.120.34
HSL48.57º10.88%62.16%-
HSV(B)48.57º12.43%66.27%-
XYZ35.1637.4833.4-
YUV164.26118.83131.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 148 (58.20% from 255) = 30.71%
R=35.06%
G=34.23%
B=30.71%

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
Decimal16916514800.020.120.3448.5710.8862.16
HexA9A59402C2231b3e
Octal251245224021442611376
Binary10101001101001011001010001011001000101100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A594; }

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

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

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

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

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

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

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

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