#AAB899

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

Shades of Norway #AAB899

Tints of Norway #AAB899

Color information

#AAB899 (or 0xAAB899) is unknown color: approx Norway. HEX triplet: AA, B8 and 99. RGB value is (170,184,153). Sum of RGB (Red+Green+Blue) = 170+184+153=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB899 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB899 is #554766. Grayscale: #B0B0B0. Windows color (decimal): -5588839 or 10074282. OLE color: 10074282.

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

Color convert

RGB170184153-
CMYK0.0800.170.28
HSL87.1º17.92%66.08%-
HSV(B)87.1º16.85%72.16%-
XYZ39.4745.1336.77-
YUV176.28114.86123.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=33.53%
G=36.29%
B=30.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841530.0800.170.2887.117.9266.08
HexAAB89980111C571242
Octal252270231100213412722102
Binary1010101010111000100110011000010001111001010111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB899; }

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

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

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

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

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

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

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

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