#AAB897

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

Shades of Norway #AAB897

Tints of Norway #AAB897

Color information

#AAB897 (or 0xAAB897) is unknown color: approx Norway. HEX triplet: AA, B8 and 97. RGB value is (170,184,151). Sum of RGB (Red+Green+Blue) = 170+184+151=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB897 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB897 is #554768. Grayscale: #B0B0B0. Windows color (decimal): -5588841 or 9943210. OLE color: 9943210.

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

Color convert

RGB170184151-
CMYK0.0800.180.28
HSL85.45º18.86%65.69%-
HSV(B)85.45º17.93%72.16%-
XYZ39.345.0635.9-
YUV176.05113.86123.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=33.66%
G=36.44%
B=29.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701841510.0800.180.2885.4518.8665.69
HexAAB89780121C551342
Octal252270227100223412523102
Binary1010101010111000100101111000010010111001010101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB897; }

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

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

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

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

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

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

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

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