#AFAB95

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

Shades of Eagle #AFAB95

Tints of Eagle #AFAB95

Color information

#AFAB95 (or 0xAFAB95) is unknown color: approx Eagle. HEX triplet: AF, AB and 95. RGB value is (175,171,149). Sum of RGB (Red+Green+Blue) = 175+171+149=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB95 is #50546A. Grayscale: #A9A9A9. Windows color (decimal): -5264491 or 9808815. OLE color: 9808815.

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

Color convert

RGB175171149-
CMYK00.020.150.31
HSL50.77º13.98%63.53%-
HSV(B)50.77º14.86%68.63%-
XYZ37.6740.4134.25-
YUV169.69116.33131.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=35.35%
G=34.55%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517114900.020.150.3150.7713.9863.53
HexAFAB9502F1F33e40
Octal2572532250217376316100
Binary10101111101010111001010101011111111111001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB95; }

 p { color: rgb(175,171,149); }

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

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

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

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

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

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

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