Html Css Color HEX #ABA896 Eagle

📋 copy color: '#ABA896'

red 171 ◦ green 168 ◦ blue 150

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

Shades of Eagle #ABA896

Tints of Eagle #ABA896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.67%

R = 34.97%
G = 34.36%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ABA896 (or 0xABA896) is known color: Eagle. HEX triplet: AB, A8 and 96. RGB value is (171,168,150). Sum of RGB (Red+Green+Blue) = 171+168+150=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA896 is #545769. Grayscale: #A6A6A6. Windows color (decimal): -5527402 or 9873579. OLE color: 9873579.

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

Color convert

RGB 171 168 150 -
CMYK 0 0.02 0.12 0.33
HSL 51.43º 0.11% 0.63% -
HSV(B) 51.43º 0.12% 0.67% -
XYZ 36.3 38.87 34.44 -
YUV 166.85 118.49 130.96 -
System Red Green Blue C M Y K H S L
Decimal 171 168 150 0 0.02 0.12 0.33 51.43 0.11 0.63
Hex AB A8 96 0 2 C 21 33 B 3F
Octal 253 250 226 0 2 14 41 63 13 77
Binary 10101011 10101000 10010110 0 10 1100 100001 110011 1011 111111

Color Harmonies of #ABA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA896

Black with #ABA896

Text Example


Text Example

White with #ABA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA896; }

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

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

background-color css

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

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

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

border-color css

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

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

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