#AAC993

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

Shades of Norway #AAC993

Tints of Norway #AAC993

Color information

#AAC993 (or 0xAAC993) is unknown color: approx Norway. HEX triplet: AA, C9 and 93. RGB value is (170,201,147). Sum of RGB (Red+Green+Blue) = 170+201+147=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC993 is #55366C. Grayscale: #B9B9B9. Windows color (decimal): -5584493 or 9685418. OLE color: 9685418.

HSL color Cylindrical-coordinate representation of color #AAC993: hue angle of 94.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAC993 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB170201147-
CMYK0.1500.270.21
HSL94.44º33.33%68.24%-
HSV(B)94.44º26.87%78.82%-
XYZ42.7352.4335.47-
YUV185.58106.23116.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 201 (78.91% from 255) = 38.80%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=32.82%
G=38.80%
B=28.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1702011470.1500.270.2194.4433.3368.24
HexAAC993F01B155e2144
Octal252311223170332513641104
Binary10101010110010011001001111110110111010110111101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC993; }

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

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

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

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

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

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

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

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