Html Css Color HEX #ABA796 Eagle

📋 copy color: '#ABA796'

red 171 ◦ green 167 ◦ blue 150

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

Shades of Eagle #ABA796

Tints of Eagle #ABA796

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.22%

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

R = 35.04%
G = 34.22%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ABA796 (or 0xABA796) is known color: Eagle. HEX triplet: AB, A7 and 96. RGB value is (171,167,150). Sum of RGB (Red+Green+Blue) = 171+167+150=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 167 (65.62% from 255 or 34.22% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA796 is #545869. Grayscale: #A6A6A6. Windows color (decimal): -5527658 or 9873323. OLE color: 9873323.

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

Color convert

RGB 171 167 150 -
CMYK 0 0.02 0.12 0.33
HSL 48.57º 0.11% 0.63% -
HSV(B) 48.57º 0.12% 0.67% -
XYZ 36.12 38.5 34.38 -
YUV 166.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 171 167 150 0 0.02 0.12 0.33 48.57 0.11 0.63
Hex AB A7 96 0 2 C 21 31 B 3F
Octal 253 247 226 0 2 14 41 61 13 77
Binary 10101011 10100111 10010110 0 10 1100 100001 110001 1011 111111

Color Harmonies of #ABA796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA796

Black with #ABA796

Text Example


Text Example

White with #ABA796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA796; }

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

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

background-color css

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

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

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

border-color css

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

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

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