#AFAC93

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

Shades of Eagle #AFAC93

Tints of Eagle #AFAC93

Color information

#AFAC93 (or 0xAFAC93) is unknown color: approx Eagle. HEX triplet: AF, AC and 93. RGB value is (175,172,147). Sum of RGB (Red+Green+Blue) = 175+172+147=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAC93 is #50536C. Grayscale: #AAAAAA. Windows color (decimal): -5264237 or 9677999. OLE color: 9677999.

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

Color convert

RGB175172147-
CMYK00.020.160.31
HSL53.57º14.89%63.14%-
HSV(B)53.57º16%68.63%-
XYZ37.740.7333.48-
YUV170.05114.99131.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=35.43%
G=34.82%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517214700.020.160.3153.5714.8963.14
HexAFAC9302101F36f3f
Octal257254223022037661777
Binary10101111101011001001001101010000111111101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAC93; }

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

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

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

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

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

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

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

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