#AFAC94

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

Shades of Eagle #AFAC94

Tints of Eagle #AFAC94

Color information

#AFAC94 (or 0xAFAC94) is unknown color: approx Eagle. HEX triplet: AF, AC and 94. RGB value is (175,172,148). Sum of RGB (Red+Green+Blue) = 175+172+148=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC94 is #50536B. Grayscale: #AAAAAA. Windows color (decimal): -5264236 or 9743535. OLE color: 9743535.

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

Color convert

RGB175172148-
CMYK00.020.150.31
HSL53.33º14.44%63.33%-
HSV(B)53.33º15.43%68.63%-
XYZ37.7840.7633.89-
YUV170.16115.49131.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 172 (67.58% from 255) = 34.75%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=35.35%
G=34.75%
B=29.90%

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
Decimal17517214800.020.150.3153.3314.4463.33
HexAFAC9402F1F35e3f
Octal257254224021737651677
Binary1010111110101100100101000101111111111101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC94; }

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

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

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

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

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

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

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

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