#AFAF9A

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

Shades of Eagle #AFAF9A

Tints of Eagle #AFAF9A

Color information

#AFAF9A (or 0xAFAF9A) is unknown color: approx Eagle. HEX triplet: AF, AF and 9A. RGB value is (175,175,154). Sum of RGB (Red+Green+Blue) = 175+175+154=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF9A is #505065. Grayscale: #ACACAC. Windows color (decimal): -5263462 or 10137519. OLE color: 10137519.

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

Color convert

RGB175175154-
CMYK000.120.31
HSL60º11.6%64.51%-
HSV(B)60º12%68.63%-
XYZ38.8442.1136.65-
YUV172.61117.5129.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=34.72%
G=34.72%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175154000.120.316011.664.51
HexAFAF9A00C1F3cc41
Octal2572572320014377414101
Binary1010111110101111100110100011001111111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF9A; }

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

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

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

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

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

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

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

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