#AFAF98

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

Shades of Eagle #AFAF98

Tints of Eagle #AFAF98

Color information

#AFAF98 (or 0xAFAF98) is unknown color: approx Eagle. HEX triplet: AF, AF and 98. RGB value is (175,175,152). Sum of RGB (Red+Green+Blue) = 175+175+152=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF98 is #505067. Grayscale: #ACACAC. Windows color (decimal): -5263464 or 10006447. OLE color: 10006447.

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

Color convert

RGB175175152-
CMYK000.130.31
HSL60º12.57%64.12%-
HSV(B)60º13.14%68.63%-
XYZ38.6842.0435.78-
YUV172.38116.5129.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=34.86%
G=34.86%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175152000.130.316012.5764.12
HexAFAF9800D1F3cd40
Octal2572572300015377415100
Binary1010111110101111100110000011011111111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF98; }

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

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

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

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

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

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

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

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