#AFAD99

Color #AFAD99 Eagle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eagle #AFAD99

Tints of Eagle #AFAD99

Color information

#AFAD99 (or 0xAFAD99) is unknown color: approx Eagle. HEX triplet: AF, AD and 99. RGB value is (175,173,153). Sum of RGB (Red+Green+Blue) = 175+173+153=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD99 is #505266. Grayscale: #ABABAB. Windows color (decimal): -5263975 or 10071471. OLE color: 10071471.

HSL color Cylindrical-coordinate representation of color #AFAD99: hue angle of 54.55º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFAD99 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB175173153-
CMYK00.010.130.31
HSL54.55º12.09%64.31%-
HSV(B)54.55º12.57%68.63%-
XYZ38.3741.336.09-
YUV171.32117.66130.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=34.93%
G=34.53%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517315300.010.130.3154.5512.0964.31
HexAFAD9901D1F37c40
Octal2572552310115376714100
Binary1010111110101101100110010111011111111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD99; }

 p { color: rgb(175,173,153); }

 H1.HeaderClassName
 {
   color: #AFAD99;
 }
 .AnyTagClassName
 {
   color: #AFAD99;
 }
</style>
background-color css

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

 a { background-color: rgb(175,173,153); }

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

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

 span { border-color: rgb(175,173,153); }

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