#AAB699

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

Shades of Norway #AAB699

Tints of Norway #AAB699

Color information

#AAB699 (or 0xAAB699) is unknown color: approx Norway. HEX triplet: AA, B6 and 99. RGB value is (170,182,153). Sum of RGB (Red+Green+Blue) = 170+182+153=505 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.66% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB699 is #554966. Grayscale: #AFAFAF. Windows color (decimal): -5589351 or 10073770. OLE color: 10073770.

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

Color convert

RGB170182153-
CMYK0.0700.160.29
HSL84.83º16.57%65.69%-
HSV(B)84.83º15.93%71.37%-
XYZ39.0644.336.63-
YUV175.11115.52124.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.66%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=33.66%
G=36.04%
B=30.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701821530.0700.160.2984.8316.5765.69
HexAAB69970101D551142
Octal25226623170203512521102
Binary101010101011011010011001111010000111011010101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB699; }

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

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

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

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

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

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

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

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