#AFAB8A

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

Shades of Eagle #AFAB8A

Tints of Eagle #AFAB8A

Color information

#AFAB8A (or 0xAFAB8A) is unknown color: approx Eagle. HEX triplet: AF, AB and 8A. RGB value is (175,171,138). Sum of RGB (Red+Green+Blue) = 175+171+138=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAB8A is #505475. Grayscale: #A8A8A8. Windows color (decimal): -5264502 or 9087919. OLE color: 9087919.

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

Color convert

RGB175171138-
CMYK00.020.210.31
HSL53.51º18.78%61.37%-
HSV(B)53.51º21.14%68.63%-
XYZ36.8340.0729.84-
YUV168.43110.83132.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=36.16%
G=35.33%
B=28.51%

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
Decimal17517113800.020.210.3153.5118.7861.37
HexAFAB8A02151F36133d
Octal257253212022537662375
Binary101011111010101110001010010101011111111011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAB8A; }

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

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

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

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

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

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

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

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