#AAB797

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

Shades of Norway #AAB797

Tints of Norway #AAB797

Color information

#AAB797 (or 0xAAB797) is unknown color: approx Norway. HEX triplet: AA, B7 and 97. RGB value is (170,183,151). Sum of RGB (Red+Green+Blue) = 170+183+151=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB797 is #554868. Grayscale: #AFAFAF. Windows color (decimal): -5589097 or 9942954. OLE color: 9942954.

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

Color convert

RGB170183151-
CMYK0.0700.170.28
HSL84.37º18.18%65.49%-
HSV(B)84.37º17.49%71.76%-
XYZ39.144.6535.84-
YUV175.46114.19124.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=33.73%
G=36.31%
B=29.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831510.0700.170.2884.3718.1865.49
HexAAB79770111C541241
Octal25226722770213412422101
Binary101010101011011110010111111010001111001010100100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB797; }

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

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

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

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

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

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

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

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