#AABB9C

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

Shades of Norway #AABB9C

Tints of Norway #AABB9C

Color information

#AABB9C (or 0xAABB9C) is unknown color: approx Norway. HEX triplet: AA, BB and 9C. RGB value is (170,187,156). Sum of RGB (Red+Green+Blue) = 170+187+156=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB9C is #554463. Grayscale: #B2B2B2. Windows color (decimal): -5588068 or 10271658. OLE color: 10271658.

HSL color Cylindrical-coordinate representation of color #AABB9C: hue angle of 92.9º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AABB9C is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB170187156-
CMYK0.0900.170.27
HSL92.9º18.56%67.25%-
HSV(B)92.9º16.58%73.33%-
XYZ40.3546.4938.3-
YUV178.38115.37122.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=33.14%
G=36.45%
B=30.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871560.0900.170.2792.918.5667.25
HexAABB9C90111B5d1343
Octal252273234110213313523103
Binary1010101010111011100111001001010001110111011101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB9C; }

 p { color: rgb(170,187,156); }

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

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

 a { background-color: rgb(170,187,156); }

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

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

 span { border-color: rgb(170,187,156); }

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