#9AAFA0

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

Shades of Edward #9AAFA0

Tints of Edward #9AAFA0

Color information

#9AAFA0 (or 0x9AAFA0) is unknown color: approx Edward. HEX triplet: 9A, AF and A0. RGB value is (154,175,160). Sum of RGB (Red+Green+Blue) = 154+175+160=489 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.49% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAFA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAFA0 is #65505F. Grayscale: #A7A7A7. Windows color (decimal): -6639712 or 10530714. OLE color: 10530714.

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

Color convert

RGB154175160-
CMYK0.1200.090.31
HSL137.14º11.6%64.51%-
HSV(B)137.14º12%68.63%-
XYZ3540.0739.15-
YUV167.01124.04118.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.49%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=31.49%
G=35.79%
B=32.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751600.1200.090.31137.1411.664.51
Hex9AAFA0C091F89c41
Octal232257240140113721114101
Binary100110101010111110100000110001001111111000100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AAFA0; }

 p { color: rgb(154,175,160); }

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

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

 a { background-color: rgb(154,175,160); }

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

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

 span { border-color: rgb(154,175,160); }

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