#AFAC9B

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

Shades of Eagle #AFAC9B

Tints of Eagle #AFAC9B

Color information

#AFAC9B (or 0xAFAC9B) is unknown color: approx Eagle. HEX triplet: AF, AC and 9B. RGB value is (175,172,155). Sum of RGB (Red+Green+Blue) = 175+172+155=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC9B is #505364. Grayscale: #ABABAB. Windows color (decimal): -5264229 or 10202287. OLE color: 10202287.

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

Color convert

RGB175172155-
CMYK00.020.110.31
HSL51º11.11%64.71%-
HSV(B)51º11.43%68.63%-
XYZ38.3540.9936.9-
YUV170.96118.99130.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 172 (67.58% from 255) = 34.26%
BLUE value IS 155 (60.94% from 255) = 30.88%
R=34.86%
G=34.26%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517215500.020.110.315111.1164.71
HexAFAC9B02B1F33b41
Octal2572542330213376313101
Binary10101111101011001001101101010111111111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC9B; }

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

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

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

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

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

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

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

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