Html Css Color HEX #ABA690 Eagle

📋 copy color: '#ABA690'

red 171 ◦ green 166 ◦ blue 144

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

Shades of Eagle #ABA690

Tints of Eagle #ABA690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.51%

 BLUE value IS 144 (56.64% from 255) = 29.94%

R = 35.55%
G = 34.51%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#ABA690 (or 0xABA690) is known color: Eagle. HEX triplet: AB, A6 and 90. RGB value is (171,166,144). Sum of RGB (Red+Green+Blue) = 171+166+144=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA690 is #54596F. Grayscale: #A5A5A5. Windows color (decimal): -5527920 or 9479851. OLE color: 9479851.

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

Color convert

RGB 171 166 144 -
CMYK 0 0.03 0.16 0.33
HSL 48.89º 0.14% 0.62% -
HSV(B) 48.89º 0.16% 0.67% -
XYZ 35.46 37.94 31.84 -
YUV 164.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 171 166 144 0 0.03 0.16 0.33 48.89 0.14 0.62
Hex AB A6 90 0 3 10 21 31 E 3E
Octal 253 246 220 0 3 20 41 61 16 76
Binary 10101011 10100110 10010000 0 11 10000 100001 110001 1110 111110

Color Harmonies of #ABA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA690

Black with #ABA690

Text Example


Text Example

White with #ABA690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA690; }

 p { color: rgb(171,166,144); }

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

background-color css

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

 a { background-color: rgb(171,166,144); }

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

border-color css

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

 span { border-color: rgb(171,166,144); }

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