#AABA8E

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

Shades of Norway #AABA8E

Tints of Norway #AABA8E

Color information

#AABA8E (or 0xAABA8E) is unknown color: approx Norway. HEX triplet: AA, BA and 8E. RGB value is (170,186,142). Sum of RGB (Red+Green+Blue) = 170+186+142=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA8E is #554571. Grayscale: #B0B0B0. Windows color (decimal): -5588338 or 9353898. OLE color: 9353898.

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

Color convert

RGB170186142-
CMYK0.0900.240.27
HSL81.82º24.18%64.31%-
HSV(B)81.82º23.66%72.94%-
XYZ39.0245.6232.34-
YUV176.2108.7123.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.14%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=34.14%
G=37.35%
B=28.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861420.0900.240.2781.8224.1864.31
HexAABA8E90181B521840
Octal252272216110303312230100
Binary1010101010111010100011101001011000110111010010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABA8E; }

 p { color: rgb(170,186,142); }

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

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

 a { background-color: rgb(170,186,142); }

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

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

 span { border-color: rgb(170,186,142); }

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