Html Css Color HEX #ABA694 Eagle

📋 copy color: '#ABA694'

red 171 ◦ green 166 ◦ blue 148

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

Shades of Eagle #ABA694

Tints of Eagle #ABA694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 35.26%
G = 34.23%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#ABA694 (or 0xABA694) is known color: Eagle. HEX triplet: AB, A6 and 94. RGB value is (171,166,148). Sum of RGB (Red+Green+Blue) = 171+166+148=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA694 is #54596B. Grayscale: #A5A5A5. Windows color (decimal): -5527916 or 9741995. OLE color: 9741995.

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

Color convert

RGB 171 166 148 -
CMYK 0 0.03 0.13 0.33
HSL 46.96º 0.12% 0.63% -
HSV(B) 46.96º 0.13% 0.67% -
XYZ 35.78 38.07 33.48 -
YUV 165.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 171 166 148 0 0.03 0.13 0.33 46.96 0.12 0.63
Hex AB A6 94 0 3 D 21 2F C 3F
Octal 253 246 224 0 3 15 41 57 14 77
Binary 10101011 10100110 10010100 0 11 1101 100001 101111 1100 111111

Color Harmonies of #ABA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA694

Black with #ABA694

Text Example


Text Example

White with #ABA694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA694; }

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

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

background-color css

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

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

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

border-color css

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

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

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