#AFAD9B

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

Shades of Eagle #AFAD9B

Tints of Eagle #AFAD9B

Color information

#AFAD9B (or 0xAFAD9B) is unknown color: approx Eagle. HEX triplet: AF, AD and 9B. RGB value is (175,173,155). Sum of RGB (Red+Green+Blue) = 175+173+155=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD9B is #505264. Grayscale: #ABABAB. Windows color (decimal): -5263973 or 10202543. OLE color: 10202543.

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

Color convert

RGB175173155-
CMYK00.010.110.31
HSL54º11.11%64.71%-
HSV(B)54º11.43%68.63%-
XYZ38.5441.3736.96-
YUV171.55118.66130.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=34.79%
G=34.39%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517315500.010.110.315411.1164.71
HexAFAD9B01B1F36b41
Octal2572552330113376613101
Binary1010111110101101100110110110111111111011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD9B; }

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

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

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

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

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

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

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

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