#AAB992

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

Shades of Norway #AAB992

Tints of Norway #AAB992

Color information

#AAB992 (or 0xAAB992) is unknown color: approx Norway. HEX triplet: AA, B9 and 92. RGB value is (170,185,146). Sum of RGB (Red+Green+Blue) = 170+185+146=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB992 is #55466D. Grayscale: #B0B0B0. Windows color (decimal): -5588590 or 9615786. OLE color: 9615786.

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

Color convert

RGB170185146-
CMYK0.0800.210.27
HSL83.08º21.79%64.9%-
HSV(B)83.08º21.08%72.55%-
XYZ39.1145.3233.88-
YUV176.07111.03123.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.93%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=33.93%
G=36.93%
B=29.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851460.0800.210.2783.0821.7964.9
HexAAB99280151B531641
Octal252271222100253312326101
Binary1010101010111001100100101000010101110111010011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB992; }

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

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

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

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

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

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

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

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