Html Css Color HEX #ABA996 Eagle

📋 copy color: '#ABA996'

red 171 ◦ green 169 ◦ blue 150

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

Shades of Eagle #ABA996

Tints of Eagle #ABA996

RGB

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

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

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

R = 34.9%
G = 34.49%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ABA996 (or 0xABA996) is known color: Eagle. HEX triplet: AB, A9 and 96. RGB value is (171,169,150). Sum of RGB (Red+Green+Blue) = 171+169+150=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA996 is #545669. Grayscale: #A7A7A7. Windows color (decimal): -5527146 or 9873835. OLE color: 9873835.

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

Color convert

RGB 171 169 150 -
CMYK 0 0.01 0.12 0.33
HSL 54.29º 0.11% 0.63% -
HSV(B) 54.29º 0.12% 0.67% -
XYZ 36.49 39.24 34.5 -
YUV 167.43 118.16 130.54 -
System Red Green Blue C M Y K H S L
Decimal 171 169 150 0 0.01 0.12 0.33 54.29 0.11 0.63
Hex AB A9 96 0 1 C 21 36 B 3F
Octal 253 251 226 0 1 14 41 66 13 77
Binary 10101011 10101001 10010110 0 1 1100 100001 110110 1011 111111

Color Harmonies of #ABA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA996

Black with #ABA996

Text Example


Text Example

White with #ABA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA996; }

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

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

background-color css

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

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

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

border-color css

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

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

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