#AFAC9E

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

Shades of Eagle #AFAC9E

Tints of Eagle #AFAC9E

Color information

#AFAC9E (or 0xAFAC9E) is unknown color: approx Eagle. HEX triplet: AF, AC and 9E. RGB value is (175,172,158). Sum of RGB (Red+Green+Blue) = 175+172+158=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC9E is #505361. Grayscale: #ABABAB. Windows color (decimal): -5264226 or 10398895. OLE color: 10398895.

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

Color convert

RGB175172158-
CMYK00.020.100.31
HSL49.41º9.6%65.29%-
HSV(B)49.41º9.71%68.63%-
XYZ38.641.0938.24-
YUV171.3120.49130.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 172 (67.58% from 255) = 34.06%
BLUE value IS 158 (62.11% from 255) = 31.29%
R=34.65%
G=34.06%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517215800.020.100.3149.419.665.29
HexAFAC9E02A1F31a41
Octal2572542360212376112101
Binary10101111101011001001111001010101111111000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC9E; }

 p { color: rgb(175,172,158); }

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

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

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

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

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

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

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