#9AAF9B

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

Shades of Edward #9AAF9B

Tints of Edward #9AAF9B

Color information

#9AAF9B (or 0x9AAF9B) is unknown color: approx Edward. HEX triplet: 9A, AF and 9B. RGB value is (154,175,155). Sum of RGB (Red+Green+Blue) = 154+175+155=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF9B is #655064. Grayscale: #A6A6A6. Windows color (decimal): -6639717 or 10203034. OLE color: 10203034.

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

Color convert

RGB154175155-
CMYK0.1200.110.31
HSL122.86º11.6%64.51%-
HSV(B)122.86º12%68.63%-
XYZ34.5739.936.89-
YUV166.44121.54119.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.82%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=31.82%
G=36.16%
B=32.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751550.1200.110.31122.8611.664.51
Hex9AAF9BC0B1F7bc41
Octal232257233140133717314101
Binary10011010101011111001101111000101111111111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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