#AFAA98

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

Shades of Eagle #AFAA98

Tints of Eagle #AFAA98

Color information

#AFAA98 (or 0xAFAA98) is unknown color: approx Eagle. HEX triplet: AF, AA and 98. RGB value is (175,170,152). Sum of RGB (Red+Green+Blue) = 175+170+152=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAA98 is #505567. Grayscale: #A9A9A9. Windows color (decimal): -5264744 or 10005167. OLE color: 10005167.

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

Color convert

RGB175170152-
CMYK00.030.130.31
HSL46.96º12.57%64.12%-
HSV(B)46.96º13.14%68.63%-
XYZ37.7240.1335.46-
YUV169.44118.16131.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.21%
GREEN value IS 170 (66.80% from 255) = 34.21%
BLUE value IS 152 (59.77% from 255) = 30.58%
R=35.21%
G=34.21%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517015200.030.130.3146.9612.5764.12
HexAFAA9803D1F2fd40
Octal2572522300315375715100
Binary10101111101010101001100001111011111110111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA98; }

 p { color: rgb(175,170,152); }

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

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

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

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

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

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

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