#AFAB9B

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

Shades of Eagle #AFAB9B

Tints of Eagle #AFAB9B

Color information

#AFAB9B (or 0xAFAB9B) is unknown color: approx Eagle. HEX triplet: AF, AB and 9B. RGB value is (175,171,155). Sum of RGB (Red+Green+Blue) = 175+171+155=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB9B is #505464. Grayscale: #AAAAAA. Windows color (decimal): -5264485 or 10202031. OLE color: 10202031.

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

Color convert

RGB175171155-
CMYK00.020.110.31
HSL48º11.11%64.71%-
HSV(B)48º11.43%68.63%-
XYZ38.1640.6136.84-
YUV170.37119.33131.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=34.93%
G=34.13%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517115500.020.110.314811.1164.71
HexAFAB9B02B1F30b41
Octal2572532330213376013101
Binary10101111101010111001101101010111111111000010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB9B; }

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

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

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

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

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

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

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

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