#AAB993

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

Shades of Norway #AAB993

Tints of Norway #AAB993

Color information

#AAB993 (or 0xAAB993) is unknown color: approx Norway. HEX triplet: AA, B9 and 93. RGB value is (170,185,147). Sum of RGB (Red+Green+Blue) = 170+185+147=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB993 is #55466C. Grayscale: #B0B0B0. Windows color (decimal): -5588589 or 9681322. OLE color: 9681322.

HSL color Cylindrical-coordinate representation of color #AAB993: hue angle of 83.68º degrees, saturation: 0.21, 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 #AAB993 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB170185147-
CMYK0.0800.210.27
HSL83.68º21.35%65.1%-
HSV(B)83.68º20.54%72.55%-
XYZ39.1945.3534.29-
YUV176.18111.53123.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=33.86%
G=36.85%
B=29.28%

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
Decimal1701851470.0800.210.2783.6821.3565.1
HexAAB99380151B541541
Octal252271223100253312425101
Binary1010101010111001100100111000010101110111010100101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB993; }

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

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

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

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

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

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

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

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