#AFAB94

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

Shades of Eagle #AFAB94

Tints of Eagle #AFAB94

Color information

#AFAB94 (or 0xAFAB94) is unknown color: approx Eagle. HEX triplet: AF, AB and 94. RGB value is (175,171,148). Sum of RGB (Red+Green+Blue) = 175+171+148=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB94 is #50546B. Grayscale: #A9A9A9. Windows color (decimal): -5264492 or 9743279. OLE color: 9743279.

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

Color convert

RGB175171148-
CMYK00.020.150.31
HSL51.11º14.44%63.33%-
HSV(B)51.11º15.43%68.63%-
XYZ37.5940.3833.83-
YUV169.57115.83131.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 148 (58.20% from 255) = 29.96%
R=35.43%
G=34.62%
B=29.96%

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
Decimal17517114800.020.150.3151.1114.4463.33
HexAFAB9402F1F33e3f
Octal257253224021737631677
Binary1010111110101011100101000101111111111100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB94; }

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

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

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

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

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

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

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

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