#AAB798

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

Shades of Norway #AAB798

Tints of Norway #AAB798

Color information

#AAB798 (or 0xAAB798) is unknown color: approx Norway. HEX triplet: AA, B7 and 98. RGB value is (170,183,152). Sum of RGB (Red+Green+Blue) = 170+183+152=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB798 is #554867. Grayscale: #AFAFAF. Windows color (decimal): -5589096 or 10008490. OLE color: 10008490.

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

Color convert

RGB170183152-
CMYK0.0700.170.28
HSL85.16º17.71%65.69%-
HSV(B)85.16º16.94%71.76%-
XYZ39.1844.6836.26-
YUV175.58114.69124.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 183 (71.88% from 255) = 36.24%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=33.66%
G=36.24%
B=30.10%

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
Decimal1701831520.0700.170.2885.1617.7165.69
HexAAB79870111C551242
Octal25226723070213412522102
Binary101010101011011110011000111010001111001010101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB798; }

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

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

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

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

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

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

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

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