#A9A591

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

Shades of Eagle #A9A591

Tints of Eagle #A9A591

Color information

#A9A591 (or 0xA9A591) is unknown color: approx Eagle. HEX triplet: A9, A5 and 91. RGB value is (169,165,145). Sum of RGB (Red+Green+Blue) = 169+165+145=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A591 is #565A6E. Grayscale: #A3A3A3. Windows color (decimal): -5659247 or 9545129. OLE color: 9545129.

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

Color convert

RGB169165145-
CMYK00.020.140.34
HSL50º12.24%61.57%-
HSV(B)50º14.2%66.27%-
XYZ34.9337.3932.16-
YUV163.92117.33131.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=35.28%
G=34.45%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916514500.020.140.345012.2461.57
HexA9A59102E2232c3e
Octal251245221021642621476
Binary10101001101001011001000101011101000101100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A591; }

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

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

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

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

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

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

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

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