#AFA98F

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

Shades of Eagle #AFA98F

Tints of Eagle #AFA98F

Color information

#AFA98F (or 0xAFA98F) is unknown color: approx Eagle. HEX triplet: AF, A9 and 8F. RGB value is (175,169,143). Sum of RGB (Red+Green+Blue) = 175+169+143=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA98F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA98F is #505670. Grayscale: #A7A7A7. Windows color (decimal): -5265009 or 9415087. OLE color: 9415087.

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

Color convert

RGB175169143-
CMYK00.030.180.31
HSL48.75º16.67%62.35%-
HSV(B)48.75º18.29%68.63%-
XYZ36.8339.4731.66-
YUV167.83113.99133.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 169 (66.41% from 255) = 34.70%
BLUE value IS 143 (56.25% from 255) = 29.36%
R=35.93%
G=34.70%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516914300.030.180.3148.7516.6762.35
HexAFA98F03121F31113e
Octal257251217032237612176
Binary101011111010100110001111011100101111111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA98F; }

 p { color: rgb(175,169,143); }

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

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

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

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

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

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

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