#AAB89F

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

Shades of Norway #AAB89F

Tints of Norway #AAB89F

Color information

#AAB89F (or 0xAAB89F) is unknown color: approx Norway. HEX triplet: AA, B8 and 9F. RGB value is (170,184,159). Sum of RGB (Red+Green+Blue) = 170+184+159=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB89F is #554760. Grayscale: #B1B1B1. Windows color (decimal): -5588833 or 10467498. OLE color: 10467498.

HSL color Cylindrical-coordinate representation of color #AAB89F: hue angle of 93.6º 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 #AAB89F is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB170184159-
CMYK0.0800.140.28
HSL93.6º14.97%67.25%-
HSV(B)93.6º13.59%72.16%-
XYZ39.9845.3339.44-
YUV176.96117.86123.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=33.14%
G=35.87%
B=30.99%

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
Decimal1701841590.0800.140.2893.614.9767.25
HexAAB89F80E1C5ef43
Octal252270237100163413617103
Binary10101010101110001001111110000111011100101111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB89F; }

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

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

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

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

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

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

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

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