#AFAC8B

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

Shades of Eagle #AFAC8B

Tints of Eagle #AFAC8B

Color information

#AFAC8B (or 0xAFAC8B) is unknown color: approx Eagle. HEX triplet: AF, AC and 8B. RGB value is (175,172,139). Sum of RGB (Red+Green+Blue) = 175+172+139=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC8B is #505374. Grayscale: #A9A9A9. Windows color (decimal): -5264245 or 9153711. OLE color: 9153711.

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

Color convert

RGB175172139-
CMYK00.020.210.31
HSL55º18.37%61.57%-
HSV(B)55º20.57%68.63%-
XYZ37.0940.4830.29-
YUV169.14110.99132.18-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=36.01%
G=35.39%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517213900.020.210.315518.3761.57
HexAFAC8B02151F37123e
Octal257254213022537672276
Binary101011111010110010001011010101011111111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC8B; }

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

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

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

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

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

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

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

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