#AAB994

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

Shades of Norway #AAB994

Tints of Norway #AAB994

Color information

#AAB994 (or 0xAAB994) is unknown color: approx Norway. HEX triplet: AA, B9 and 94. RGB value is (170,185,148). Sum of RGB (Red+Green+Blue) = 170+185+148=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB994 is #55466B. Grayscale: #B0B0B0. Windows color (decimal): -5588588 or 9746858. OLE color: 9746858.

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

Color convert

RGB170185148-
CMYK0.0800.200.27
HSL84.32º20.9%65.29%-
HSV(B)84.32º20%72.55%-
XYZ39.2745.3834.71-
YUV176.3112.03123.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=33.80%
G=36.78%
B=29.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851480.0800.200.2784.3220.965.29
HexAAB99480141B541541
Octal252271224100243312425101
Binary1010101010111001100101001000010100110111010100101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB994; }

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

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

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

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

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

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

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

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