Html Css Color HEX #ABA695 Eagle

📋 copy color: '#ABA695'

red 171 ◦ green 166 ◦ blue 149

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

Shades of Eagle #ABA695

Tints of Eagle #ABA695

RGB

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

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

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

R = 35.19%
G = 34.16%
B = 30.66%

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

#ABA695 (or 0xABA695) is known color: Eagle. HEX triplet: AB, A6 and 95. RGB value is (171,166,149). Sum of RGB (Red+Green+Blue) = 171+166+149=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA695 is #54596A. Grayscale: #A5A5A5. Windows color (decimal): -5527915 or 9807531. OLE color: 9807531.

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

Color convert

RGB 171 166 149 -
CMYK 0 0.03 0.13 0.33
HSL 46.36º 0.12% 0.63% -
HSV(B) 46.36º 0.13% 0.67% -
XYZ 35.86 38.1 33.9 -
YUV 165.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 171 166 149 0 0.03 0.13 0.33 46.36 0.12 0.63
Hex AB A6 95 0 3 D 21 2E C 3F
Octal 253 246 225 0 3 15 41 56 14 77
Binary 10101011 10100110 10010101 0 11 1101 100001 101110 1100 111111

Color Harmonies of #ABA695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA695

Black with #ABA695

Text Example


Text Example

White with #ABA695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA695; }

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

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

background-color css

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

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

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

border-color css

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

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

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