#ABA88F

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

Shades of Eagle #ABA88F

Tints of Eagle #ABA88F

Color information

#ABA88F (or 0xABA88F) is unknown color: approx Eagle. HEX triplet: AB, A8 and 8F. RGB value is (171,168,143). Sum of RGB (Red+Green+Blue) = 171+168+143=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA88F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA88F is #545770. Grayscale: #A6A6A6. Windows color (decimal): -5527409 or 9414827. OLE color: 9414827.

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

Color convert

RGB171168143-
CMYK00.020.160.33
HSL53.57º14.29%61.57%-
HSV(B)53.57º16.37%67.06%-
XYZ35.7638.6531.56-
YUV166.05114.99131.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.48%
GREEN value IS 168 (66.02% from 255) = 34.85%
BLUE value IS 143 (56.25% from 255) = 29.67%
R=35.48%
G=34.85%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116814300.020.160.3353.5714.2961.57
HexABA88F02102136e3e
Octal253250217022041661676
Binary101010111010100010001111010100001000011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA88F; }

 p { color: rgb(171,168,143); }

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

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

 a { background-color: rgb(171,168,143); }

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

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

 span { border-color: rgb(171,168,143); }

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