#ABA79A

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

Shades of Eagle #ABA79A

Tints of Eagle #ABA79A

Color information

#ABA79A (or 0xABA79A) is unknown color: approx Eagle. HEX triplet: AB, A7 and 9A. RGB value is (171,167,154). Sum of RGB (Red+Green+Blue) = 171+167+154=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA79A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA79A is #545865. Grayscale: #A6A6A6. Windows color (decimal): -5527654 or 10135467. OLE color: 10135467.

HSL color Cylindrical-coordinate representation of color #ABA79A: hue angle of 45.88º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA79A is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB171167154-
CMYK00.020.100.33
HSL45.88º9.19%63.73%-
HSV(B)45.88º9.94%67.06%-
XYZ36.4538.6336.11-
YUV166.71120.83131.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=34.76%
G=33.94%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116715400.020.100.3345.889.1963.73
HexABA79A02A212e940
Octal2532472320212415611100
Binary101010111010011110011010010101010000110111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA79A; }

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

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

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

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

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

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

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

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