#ABA98D

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

Shades of Eagle #ABA98D

Tints of Eagle #ABA98D

Color information

#ABA98D (or 0xABA98D) is unknown color: approx Eagle. HEX triplet: AB, A9 and 8D. RGB value is (171,169,141). Sum of RGB (Red+Green+Blue) = 171+169+141=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA98D is #545672. Grayscale: #A6A6A6. Windows color (decimal): -5527155 or 9284011. OLE color: 9284011.

HSL color Cylindrical-coordinate representation of color #ABA98D: hue angle of 56º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABA98D is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB171169141-
CMYK00.010.180.33
HSL56º15.15%61.18%-
HSV(B)56º17.54%67.06%-
XYZ35.7938.9630.83-
YUV166.41113.66131.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=35.55%
G=35.14%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116914100.010.180.335615.1561.18
HexABA98D01122138f3d
Octal253251215012241701775
Binary10101011101010011000110101100101000011110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA98D; }

 p { color: rgb(171,169,141); }

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

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

 a { background-color: rgb(171,169,141); }

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

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

 span { border-color: rgb(171,169,141); }

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