#AFAD8F

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

Shades of Eagle #AFAD8F

Tints of Eagle #AFAD8F

Color information

#AFAD8F (or 0xAFAD8F) is unknown color: approx Eagle. HEX triplet: AF, AD and 8F. RGB value is (175,173,143). Sum of RGB (Red+Green+Blue) = 175+173+143=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD8F is #505270. Grayscale: #AAAAAA. Windows color (decimal): -5263985 or 9416111. OLE color: 9416111.

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

Color convert

RGB175173143-
CMYK00.010.180.31
HSL56.25º16.67%62.35%-
HSV(B)56.25º18.29%68.63%-
XYZ37.5840.9831.92-
YUV170.18112.66131.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=35.64%
G=35.23%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517314300.010.180.3156.2516.6762.35
HexAFAD8F01121F38113e
Octal257255217012237702176
Binary10101111101011011000111101100101111111100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD8F; }

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

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

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

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

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

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

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

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