#AFAB8B

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

Shades of Eagle #AFAB8B

Tints of Eagle #AFAB8B

Color information

#AFAB8B (or 0xAFAB8B) is unknown color: approx Eagle. HEX triplet: AF, AB and 8B. RGB value is (175,171,139). Sum of RGB (Red+Green+Blue) = 175+171+139=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB8B is #505474. Grayscale: #A8A8A8. Windows color (decimal): -5264501 or 9153455. OLE color: 9153455.

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

Color convert

RGB175171139-
CMYK00.020.210.31
HSL53.33º18.37%61.57%-
HSV(B)53.33º20.57%68.63%-
XYZ36.940.130.22-
YUV168.55111.33132.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=36.08%
G=35.26%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517113900.020.210.3153.3318.3761.57
HexAFAB8B02151F35123e
Octal257253213022537652276
Binary101011111010101110001011010101011111111010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB8B; }

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

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

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

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

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

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

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

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