#AABB8D

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

Shades of Norway #AABB8D

Tints of Norway #AABB8D

Color information

#AABB8D (or 0xAABB8D) is unknown color: approx Norway. HEX triplet: AA, BB and 8D. RGB value is (170,187,141). Sum of RGB (Red+Green+Blue) = 170+187+141=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB8D is #554472. Grayscale: #B0B0B0. Windows color (decimal): -5588083 or 9288618. OLE color: 9288618.

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

Color convert

RGB170187141-
CMYK0.0900.250.27
HSL82.17º25.27%64.31%-
HSV(B)82.17º24.6%73.33%-
XYZ39.1646.0132.02-
YUV176.67107.87123.24-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 187 (73.44% from 255) = 37.55%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=34.14%
G=37.55%
B=28.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701871410.0900.250.2782.1725.2764.31
HexAABB8D90191B521940
Octal252273215110313312231100
Binary1010101010111011100011011001011001110111010010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABB8D; }

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

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

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

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

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

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

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

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