#AFAB93

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

Shades of Eagle #AFAB93

Tints of Eagle #AFAB93

Color information

#AFAB93 (or 0xAFAB93) is unknown color: approx Eagle. HEX triplet: AF, AB and 93. RGB value is (175,171,147). Sum of RGB (Red+Green+Blue) = 175+171+147=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB93 is #50546C. Grayscale: #A9A9A9. Windows color (decimal): -5264493 or 9677743. OLE color: 9677743.

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

Color convert

RGB175171147-
CMYK00.020.160.31
HSL51.43º14.89%63.14%-
HSV(B)51.43º16%68.63%-
XYZ37.5140.3533.41-
YUV169.46115.33131.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=35.50%
G=34.69%
B=29.82%

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
Decimal17517114700.020.160.3151.4314.8963.14
HexAFAB9302101F33f3f
Octal257253223022037631777
Binary10101111101010111001001101010000111111100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB93; }

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

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

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

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

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

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

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

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