Html Css Color HEX #ABA995 Eagle

📋 copy color: '#ABA995'

red 171 ◦ green 169 ◦ blue 149

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

Shades of Eagle #ABA995

Tints of Eagle #ABA995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

 BLUE value IS 149 (58.59% from 255) = 30.47%

R = 34.97%
G = 34.56%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#ABA995 (or 0xABA995) is known color: Eagle. HEX triplet: AB, A9 and 95. RGB value is (171,169,149). Sum of RGB (Red+Green+Blue) = 171+169+149=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 149 (58.59% from 255 or 30.47% from 489); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA995 is #54566A. Grayscale: #A7A7A7. Windows color (decimal): -5527147 or 9808299. OLE color: 9808299.

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

Color convert

RGB 171 169 149 -
CMYK 0 0.01 0.13 0.33
HSL 54.55º 0.12% 0.63% -
HSV(B) 54.55º 0.13% 0.67% -
XYZ 36.41 39.2 34.08 -
YUV 167.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 171 169 149 0 0.01 0.13 0.33 54.55 0.12 0.63
Hex AB A9 95 0 1 D 21 37 C 3F
Octal 253 251 225 0 1 15 41 67 14 77
Binary 10101011 10101001 10010101 0 1 1101 100001 110111 1100 111111

Color Harmonies of #ABA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA995

Black with #ABA995

Text Example


Text Example

White with #ABA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA995; }

 p { color: rgb(171,169,149); }

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

background-color css

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

 a { background-color: rgb(171,169,149); }

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

border-color css

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

 span { border-color: rgb(171,169,149); }

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