#AAB999

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

Shades of Norway #AAB999

Tints of Norway #AAB999

Color information

#AAB999 (or 0xAAB999) is unknown color: approx Norway. HEX triplet: AA, B9 and 99. RGB value is (170,185,153). Sum of RGB (Red+Green+Blue) = 170+185+153=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB999 is #554666. Grayscale: #B0B0B0. Windows color (decimal): -5588583 or 10074538. OLE color: 10074538.

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

Color convert

RGB170185153-
CMYK0.0800.170.27
HSL88.12º18.6%66.27%-
HSV(B)88.12º17.3%72.55%-
XYZ39.6845.5436.84-
YUV176.87114.53123.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 185 (72.66% from 255) = 36.42%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=33.46%
G=36.42%
B=30.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851530.0800.170.2788.1218.666.27
HexAAB99980111B581342
Octal252271231100213313023102
Binary1010101010111001100110011000010001110111011000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB999; }

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

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

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

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

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

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

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

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