Html Css Color HEX #ABAA95 Eagle

📋 copy color: '#ABAA95'

red 171 ◦ green 170 ◦ blue 149

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

Shades of Eagle #ABAA95

Tints of Eagle #ABAA95

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.69%

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

R = 34.9%
G = 34.69%
B = 30.41%

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

#ABAA95 (or 0xABAA95) is known color: Eagle. HEX triplet: AB, AA and 95. RGB value is (171,170,149). Sum of RGB (Red+Green+Blue) = 171+170+149=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAA95 is #54556A. Grayscale: #A7A7A7. Windows color (decimal): -5526891 or 9808555. OLE color: 9808555.

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

Color convert

RGB 171 170 149 -
CMYK 0 0.01 0.13 0.33
HSL 57.27º 0.12% 0.63% -
HSV(B) 57.27º 0.13% 0.67% -
XYZ 36.59 39.58 34.14 -
YUV 167.91 117.33 130.21 -
System Red Green Blue C M Y K H S L
Decimal 171 170 149 0 0.01 0.13 0.33 57.27 0.12 0.63
Hex AB AA 95 0 1 D 21 39 C 3F
Octal 253 252 225 0 1 15 41 71 14 77
Binary 10101011 10101010 10010101 0 1 1101 100001 111001 1100 111111

Color Harmonies of #ABAA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAA95

Black with #ABAA95

Text Example


Text Example

White with #ABAA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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