#AFAC9C

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

Shades of Eagle #AFAC9C

Tints of Eagle #AFAC9C

Color information

#AFAC9C (or 0xAFAC9C) is unknown color: approx Eagle. HEX triplet: AF, AC and 9C. RGB value is (175,172,156). Sum of RGB (Red+Green+Blue) = 175+172+156=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC9C is #505363. Grayscale: #ABABAB. Windows color (decimal): -5264228 or 10267823. OLE color: 10267823.

HSL color Cylindrical-coordinate representation of color #AFAC9C: hue angle of 50.53º 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 #AFAC9C is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB175172156-
CMYK00.020.110.31
HSL50.53º10.61%64.9%-
HSV(B)50.53º10.86%68.63%-
XYZ38.4341.0237.34-
YUV171.07119.49130.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=34.79%
G=34.19%
B=31.01%

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
Decimal17517215600.020.110.3150.5310.6164.9
HexAFAC9C02B1F33b41
Octal2572542340213376313101
Binary10101111101011001001110001010111111111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC9C; }

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

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

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

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

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

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

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

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