#AFAD93

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

Shades of Eagle #AFAD93

Tints of Eagle #AFAD93

Color information

#AFAD93 (or 0xAFAD93) is unknown color: approx Eagle. HEX triplet: AF, AD and 93. RGB value is (175,173,147). Sum of RGB (Red+Green+Blue) = 175+173+147=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD93 is #50526C. Grayscale: #AAAAAA. Windows color (decimal): -5263981 or 9678255. OLE color: 9678255.

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

Color convert

RGB175173147-
CMYK00.010.160.31
HSL55.71º14.89%63.14%-
HSV(B)55.71º16%68.63%-
XYZ37.8941.1133.54-
YUV170.63114.66131.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=35.35%
G=34.95%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517314700.010.160.3155.7114.8963.14
HexAFAD9301101F38f3f
Octal257255223012037701777
Binary1010111110101101100100110110000111111110001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD93; }

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

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

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

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

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

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

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

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