#9AAA8B

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

Shades of Norway #9AAA8B

Tints of Norway #9AAA8B

Color information

#9AAA8B (or 0x9AAA8B) is unknown color: approx Norway. HEX triplet: 9A, AA and 8B. RGB value is (154,170,139). Sum of RGB (Red+Green+Blue) = 154+170+139=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA8B is #655574. Grayscale: #A1A1A1. Windows color (decimal): -6641013 or 9153178. OLE color: 9153178.

HSL color Cylindrical-coordinate representation of color #9AAA8B: hue angle of 90.97º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AAA8B is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB154170139-
CMYK0.0900.180.33
HSL90.97º15.42%60.59%-
HSV(B)90.97º18.24%66.67%-
XYZ32.3637.4829.96-
YUV161.68115.2122.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.26%
GREEN value IS 170 (66.80% from 255) = 36.72%
BLUE value IS 139 (54.69% from 255) = 30.02%
R=33.26%
G=36.72%
B=30.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541701390.0900.180.3390.9715.4260.59
Hex9AAA8B9012215bf3d
Octal23225221311022411331775
Binary100110101010101010001011100101001010000110110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,170,139); }

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

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

 a { background-color: rgb(154,170,139); }

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

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

 span { border-color: rgb(154,170,139); }

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