#A9A592

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

Shades of Eagle #A9A592

Tints of Eagle #A9A592

Color information

#A9A592 (or 0xA9A592) is unknown color: approx Eagle. HEX triplet: A9, A5 and 92. RGB value is (169,165,146). Sum of RGB (Red+Green+Blue) = 169+165+146=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A592 is #565A6D. Grayscale: #A4A4A4. Windows color (decimal): -5659246 or 9610665. OLE color: 9610665.

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

Color convert

RGB169165146-
CMYK00.020.140.34
HSL49.57º11.79%61.76%-
HSV(B)49.57º13.61%66.27%-
XYZ35.0137.4232.57-
YUV164.03117.83131.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 146 (57.42% from 255) = 30.42%
R=35.21%
G=34.38%
B=30.42%

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
Decimal16916514600.020.140.3449.5711.7961.76
HexA9A59202E2232c3e
Octal251245222021642621476
Binary10101001101001011001001001011101000101100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A592; }

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

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

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

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

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

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

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

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