#AAB998

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

Shades of Norway #AAB998

Tints of Norway #AAB998

Color information

#AAB998 (or 0xAAB998) is unknown color: approx Norway. HEX triplet: AA, B9 and 98. RGB value is (170,185,152). Sum of RGB (Red+Green+Blue) = 170+185+152=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB998 is #554667. Grayscale: #B0B0B0. Windows color (decimal): -5588584 or 10009002. OLE color: 10009002.

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

Color convert

RGB170185152-
CMYK0.0800.180.27
HSL87.27º19.08%66.08%-
HSV(B)87.27º17.84%72.55%-
XYZ39.5945.5136.4-
YUV176.75114.03123.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=33.53%
G=36.49%
B=29.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701851520.0800.180.2787.2719.0866.08
HexAAB99880121B571342
Octal252271230100223312723102
Binary1010101010111001100110001000010010110111010111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB998; }

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

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

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

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

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

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

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

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