#AAB995

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

Shades of Norway #AAB995

Tints of Norway #AAB995

Color information

#AAB995 (or 0xAAB995) is unknown color: approx Norway. HEX triplet: AA, B9 and 95. RGB value is (170,185,149). Sum of RGB (Red+Green+Blue) = 170+185+149=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB995 is #55466A. Grayscale: #B0B0B0. Windows color (decimal): -5588587 or 9812394. OLE color: 9812394.

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

Color convert

RGB170185149-
CMYK0.0800.190.27
HSL85º20.45%65.49%-
HSV(B)85º19.46%72.55%-
XYZ39.3545.4135.13-
YUV176.41112.53123.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=33.73%
G=36.71%
B=29.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851490.0800.190.278520.4565.49
HexAAB99580131B551441
Octal252271225100233312524101
Binary1010101010111001100101011000010011110111010101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB995; }

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

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

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

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

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

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

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

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