#A8A590

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

Shades of Eagle #A8A590

Tints of Eagle #A8A590

Color information

#A8A590 (or 0xA8A590) is unknown color: approx Eagle. HEX triplet: A8, A5 and 90. RGB value is (168,165,144). Sum of RGB (Red+Green+Blue) = 168+165+144=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A590 is #575A6F. Grayscale: #A3A3A3. Windows color (decimal): -5724784 or 9479592. OLE color: 9479592.

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

Color convert

RGB168165144-
CMYK00.020.140.34
HSL52.5º12.12%61.18%-
HSV(B)52.5º14.29%65.88%-
XYZ34.6437.2531.75-
YUV163.5116.99131.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.22%
GREEN value IS 165 (64.84% from 255) = 34.59%
BLUE value IS 144 (56.64% from 255) = 30.19%
R=35.22%
G=34.59%
B=30.19%

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
Decimal16816514400.020.140.3452.512.1261.18
HexA8A59002E2235c3d
Octal250245220021642651475
Binary10101000101001011001000001011101000101101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A590; }

 p { color: rgb(168,165,144); }

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

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

 a { background-color: rgb(168,165,144); }

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

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

 span { border-color: rgb(168,165,144); }

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