#AFB098

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

Shades of Eagle #AFB098

Tints of Eagle #AFB098

Color information

#AFB098 (or 0xAFB098) is unknown color: approx Eagle. HEX triplet: AF, B0 and 98. RGB value is (175,176,152). Sum of RGB (Red+Green+Blue) = 175+176+152=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB098 is #504F67. Grayscale: #ADADAD. Windows color (decimal): -5263208 or 10006703. OLE color: 10006703.

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

Color convert

RGB175176152-
CMYK0.0100.140.31
HSL62.5º13.19%64.31%-
HSV(B)62.5º13.64%69.02%-
XYZ38.8742.4335.85-
YUV172.96116.17129.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=34.79%
G=34.99%
B=30.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761520.0100.140.3162.513.1964.31
HexAFB09810E1F3ed40
Octal2572602301016377615100
Binary1010111110110000100110001011101111111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB098; }

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

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

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

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

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

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

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

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