#AAB99F

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

Shades of Norway #AAB99F

Tints of Norway #AAB99F

Color information

#AAB99F (or 0xAAB99F) is unknown color: approx Norway. HEX triplet: AA, B9 and 9F. RGB value is (170,185,159). Sum of RGB (Red+Green+Blue) = 170+185+159=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB99F is #554660. Grayscale: #B1B1B1. Windows color (decimal): -5588577 or 10467754. OLE color: 10467754.

HSL color Cylindrical-coordinate representation of color #AAB99F: hue angle of 94.62º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB99F is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB170185159-
CMYK0.0800.140.27
HSL94.62º15.66%67.45%-
HSV(B)94.62º14.05%72.55%-
XYZ40.1845.7539.51-
YUV177.55117.53122.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 159 (62.5% from 255) = 30.93%
R=33.07%
G=35.99%
B=30.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851590.0800.140.2794.6215.6667.45
HexAAB99F80E1B5f1043
Octal252271237100163313720103
Binary101010101011100110011111100001110110111011111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB99F; }

 p { color: rgb(170,185,159); }

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

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

 a { background-color: rgb(170,185,159); }

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

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

 span { border-color: rgb(170,185,159); }

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