#AFAD8C

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

Shades of Eagle #AFAD8C

Tints of Eagle #AFAD8C

Color information

#AFAD8C (or 0xAFAD8C) is unknown color: approx Eagle. HEX triplet: AF, AD and 8C. RGB value is (175,173,140). Sum of RGB (Red+Green+Blue) = 175+173+140=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD8C is #505273. Grayscale: #A9A9A9. Windows color (decimal): -5263988 or 9219503. OLE color: 9219503.

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

Color convert

RGB175173140-
CMYK00.010.20.31
HSL56.57º17.95%61.76%-
HSV(B)56.57º20%68.63%-
XYZ37.3640.8930.74-
YUV169.84111.16131.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=35.86%
G=35.45%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517314000.010.20.3156.5717.9561.76
HexAFAD8C01141F39123e
Octal257255214012437712276
Binary10101111101011011000110001101001111111100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD8C; }

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

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

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

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

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

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

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

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