#AAB99B

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

Shades of Norway #AAB99B

Tints of Norway #AAB99B

Color information

#AAB99B (or 0xAAB99B) is unknown color: approx Norway. HEX triplet: AA, B9 and 9B. RGB value is (170,185,155). Sum of RGB (Red+Green+Blue) = 170+185+155=510 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.33% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB99B is #554664. Grayscale: #B1B1B1. Windows color (decimal): -5588581 or 10205610. OLE color: 10205610.

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

Color convert

RGB170185155-
CMYK0.0800.160.27
HSL90º17.65%66.67%-
HSV(B)90º16.22%72.55%-
XYZ39.8445.6137.71-
YUV177.1115.53122.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.33%
GREEN value IS 185 (72.66% from 255) = 36.27%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=33.33%
G=36.27%
B=30.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851550.0800.160.279017.6566.67
HexAAB99B80101B5a1243
Octal252271233100203313222103
Binary1010101010111001100110111000010000110111011010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB99B; }

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

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

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

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

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

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

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

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