#ABA78F

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

Shades of Eagle #ABA78F

Tints of Eagle #ABA78F

Color information

#ABA78F (or 0xABA78F) is unknown color: approx Eagle. HEX triplet: AB, A7 and 8F. RGB value is (171,167,143). Sum of RGB (Red+Green+Blue) = 171+167+143=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA78F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA78F is #545870. Grayscale: #A5A5A5. Windows color (decimal): -5527665 or 9414571. OLE color: 9414571.

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

Color convert

RGB171167143-
CMYK00.020.160.33
HSL51.43º14.29%61.57%-
HSV(B)51.43º16.37%67.06%-
XYZ35.5738.2831.5-
YUV165.46115.33131.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.55%
GREEN value IS 167 (65.62% from 255) = 34.72%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=35.55%
G=34.72%
B=29.73%

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
Decimal17116714300.020.160.3351.4314.2961.57
HexABA78F02102133e3e
Octal253247217022041631676
Binary101010111010011110001111010100001000011100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA78F; }

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

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

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

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

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

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

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

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