#AAC889

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

Shades of Norway #AAC889

Tints of Norway #AAC889

Color information

#AAC889 (or 0xAAC889) is unknown color: approx Norway. HEX triplet: AA, C8 and 89. RGB value is (170,200,137). Sum of RGB (Red+Green+Blue) = 170+200+137=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 200 (78.52% from 255 or 39.45% from 507); Blue value is 137 (53.91% from 255 or 27.02% from 507); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC889 is #553776. Grayscale: #B8B8B8. Windows color (decimal): -5584759 or 9029802. OLE color: 9029802.

HSL color Cylindrical-coordinate representation of color #AAC889: hue angle of 88.57º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAC889 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB170200137-
CMYK0.1500.320.22
HSL88.57º36.42%66.08%-
HSV(B)88.57º31.5%78.43%-
XYZ41.7551.6631.44-
YUV183.85101.56118.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 200 (78.52% from 255) = 39.45%
BLUE value IS 137 (53.91% from 255) = 27.02%
R=33.53%
G=39.45%
B=27.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1702001370.1500.320.2288.5736.4266.08
HexAAC889F02016592442
Octal252310211170402613144102
Binary101010101100100010001001111101000001011010110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC889; }

 p { color: rgb(170,200,137); }

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

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

 a { background-color: rgb(170,200,137); }

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

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

 span { border-color: rgb(170,200,137); }

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