#AAB799

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

Shades of Norway #AAB799

Tints of Norway #AAB799

Color information

#AAB799 (or 0xAAB799) is unknown color: approx Norway. HEX triplet: AA, B7 and 99. RGB value is (170,183,153). Sum of RGB (Red+Green+Blue) = 170+183+153=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB799 is #554866. Grayscale: #AFAFAF. Windows color (decimal): -5589095 or 10074026. OLE color: 10074026.

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

Color convert

RGB170183153-
CMYK0.0700.160.28
HSL86º17.24%65.88%-
HSV(B)86º16.39%71.76%-
XYZ39.2644.7136.7-
YUV175.69115.19123.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 153 (60.16% from 255) = 30.24%
R=33.60%
G=36.17%
B=30.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1701831530.0700.160.288617.2465.88
HexAAB79970101C561142
Octal25226723170203412621102
Binary101010101011011110011001111010000111001010110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB799; }

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

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

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

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

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

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

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

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