Html Css Color HEX #ABA894 Eagle

📋 copy color: '#ABA894'

red 171 ◦ green 168 ◦ blue 148

#ABA894
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eagle #ABA894

Tints of Eagle #ABA894

RGB

 RED value IS 171 (67.19% from 255) = 35.11%

 GREEN value IS 168 (66.02% from 255) = 34.5%

 BLUE value IS 148 (58.2% from 255) = 30.39%

R = 35.11%
G = 34.5%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#ABA894 (or 0xABA894) is known color: Eagle. HEX triplet: AB, A8 and 94. RGB value is (171,168,148). Sum of RGB (Red+Green+Blue) = 171+168+148=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA894 is #54576B. Grayscale: #A6A6A6. Windows color (decimal): -5527404 or 9742507. OLE color: 9742507.

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

Color convert

RGB 171 168 148 -
CMYK 0 0.02 0.13 0.33
HSL 52.17º 0.12% 0.63% -
HSV(B) 52.17º 0.13% 0.67% -
XYZ 36.14 38.8 33.6 -
YUV 166.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 171 168 148 0 0.02 0.13 0.33 52.17 0.12 0.63
Hex AB A8 94 0 2 D 21 34 C 3F
Octal 253 250 224 0 2 15 41 64 14 77
Binary 10101011 10101000 10010100 0 10 1101 100001 110100 1100 111111

Color Harmonies of #ABA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA894

Black with #ABA894

Text Example


Text Example

White with #ABA894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA894; }

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

 H1.HeaderClassName
 {
   color: #ABA894;
 }
 .AnyTagClassName
 {
   color: #ABA894;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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