#AFAF9B

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

Shades of Eagle #AFAF9B

Tints of Eagle #AFAF9B

Color information

#AFAF9B (or 0xAFAF9B) is unknown color: approx Eagle. HEX triplet: AF, AF and 9B. RGB value is (175,175,155). Sum of RGB (Red+Green+Blue) = 175+175+155=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF9B is #505064. Grayscale: #ACACAC. Windows color (decimal): -5263461 or 10203055. OLE color: 10203055.

HSL color Cylindrical-coordinate representation of color #AFAF9B: hue angle of 60º 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 #AFAF9B is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175175155-
CMYK000.110.31
HSL60º11.11%64.71%-
HSV(B)60º11.43%68.63%-
XYZ38.9342.1437.09-
YUV172.72118129.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 175 (68.75% from 255) = 34.65%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=34.65%
G=34.65%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175155000.110.316011.1164.71
HexAFAF9B00B1F3cb41
Octal2572572330013377413101
Binary1010111110101111100110110010111111111110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF9B; }

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

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

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

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

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

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

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

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