#ABA48E

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

Shades of Eagle #ABA48E

Tints of Eagle #ABA48E

Color information

#ABA48E (or 0xABA48E) is unknown color: approx Eagle. HEX triplet: AB, A4 and 8E. RGB value is (171,164,142). Sum of RGB (Red+Green+Blue) = 171+164+142=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA48E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA48E is #545B71. Grayscale: #A3A3A3. Windows color (decimal): -5528434 or 9348267. OLE color: 9348267.

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

Color convert

RGB171164142-
CMYK00.040.170.33
HSL45.52º14.72%61.37%-
HSV(B)45.52º16.96%67.06%-
XYZ34.9537.1630.92-
YUV163.58115.82133.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 142 (55.86% from 255) = 29.77%
R=35.85%
G=34.38%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116414200.040.170.3345.5214.7261.37
HexABA48E0411212ef3d
Octal253244216042141561775
Binary1010101110100100100011100100100011000011011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA48E; }

 p { color: rgb(171,164,142); }

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

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

 a { background-color: rgb(171,164,142); }

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

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

 span { border-color: rgb(171,164,142); }

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