Html Css Color HEX #ABA991 Eagle

📋 copy color: '#ABA991'

red 171 ◦ green 169 ◦ blue 145

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

Shades of Eagle #ABA991

Tints of Eagle #ABA991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 35.26%
G = 34.85%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#ABA991 (or 0xABA991) is known color: Eagle. HEX triplet: AB, A9 and 91. RGB value is (171,169,145). Sum of RGB (Red+Green+Blue) = 171+169+145=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA991 is #54566E. Grayscale: #A6A6A6. Windows color (decimal): -5527151 or 9546155. OLE color: 9546155.

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

Color convert

RGB 171 169 145 -
CMYK 0 0.01 0.15 0.33
HSL 55.38º 0.13% 0.62% -
HSV(B) 55.38º 0.15% 0.67% -
XYZ 36.09 39.08 32.43 -
YUV 166.86 115.66 130.95 -
System Red Green Blue C M Y K H S L
Decimal 171 169 145 0 0.01 0.15 0.33 55.38 0.13 0.62
Hex AB A9 91 0 1 F 21 37 D 3E
Octal 253 251 221 0 1 17 41 67 15 76
Binary 10101011 10101001 10010001 0 1 1111 100001 110111 1101 111110

Color Harmonies of #ABA991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA991

Black with #ABA991

Text Example


Text Example

White with #ABA991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA991; }

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

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

background-color css

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

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

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

border-color css

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

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

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