#AAB89E

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

Shades of Norway #AAB89E

Tints of Norway #AAB89E

Color information

#AAB89E (or 0xAAB89E) is unknown color: approx Norway. HEX triplet: AA, B8 and 9E. RGB value is (170,184,158). Sum of RGB (Red+Green+Blue) = 170+184+158=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB89E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB89E is #554761. Grayscale: #B0B0B0. Windows color (decimal): -5588834 or 10401962. OLE color: 10401962.

HSL color Cylindrical-coordinate representation of color #AAB89E: hue angle of 92.31º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB89E is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB170184158-
CMYK0.0800.140.28
HSL92.31º15.48%67.06%-
HSV(B)92.31º14.13%72.16%-
XYZ39.8945.338.99-
YUV176.85117.36123.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.20%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 158 (62.11% from 255) = 30.86%
R=33.20%
G=35.94%
B=30.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841580.0800.140.2892.3115.4867.06
HexAAB89E80E1C5cf43
Octal252270236100163413417103
Binary10101010101110001001111010000111011100101110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB89E; }

 p { color: rgb(170,184,158); }

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

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

 a { background-color: rgb(170,184,158); }

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

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

 span { border-color: rgb(170,184,158); }

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