#AFAD9C

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

Shades of Eagle #AFAD9C

Tints of Eagle #AFAD9C

Color information

#AFAD9C (or 0xAFAD9C) is unknown color: approx Eagle. HEX triplet: AF, AD and 9C. RGB value is (175,173,156). Sum of RGB (Red+Green+Blue) = 175+173+156=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAD9C is #505263. Grayscale: #ABABAB. Windows color (decimal): -5263972 or 10268079. OLE color: 10268079.

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

Color convert

RGB175173156-
CMYK00.010.110.31
HSL53.68º10.61%64.9%-
HSV(B)53.68º10.86%68.63%-
XYZ38.6241.437.41-
YUV171.66119.16130.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.72%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 156 (61.33% from 255) = 30.95%
R=34.72%
G=34.33%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17517315600.010.110.3153.6810.6164.9
HexAFAD9C01B1F36b41
Octal2572552340113376613101
Binary1010111110101101100111000110111111111011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAD9C; }

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

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

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

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

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

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

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

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