#AAC099

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

Shades of Norway #AAC099

Tints of Norway #AAC099

Color information

#AAC099 (or 0xAAC099) is unknown color: approx Norway. HEX triplet: AA, C0 and 99. RGB value is (170,192,153). Sum of RGB (Red+Green+Blue) = 170+192+153=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC099 is #553F66. Grayscale: #B5B5B5. Windows color (decimal): -5586791 or 10076330. OLE color: 10076330.

HSL color Cylindrical-coordinate representation of color #AAC099: hue angle of 93.85º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAC099 is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB170192153-
CMYK0.1100.200.25
HSL93.85º23.64%67.65%-
HSV(B)93.85º20.31%75.29%-
XYZ41.1848.5537.34-
YUV180.98112.21120.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 153 (60.16% from 255) = 29.71%
R=33.01%
G=37.28%
B=29.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921530.1100.200.2593.8523.6467.65
HexAAC099B014195e1844
Octal252300231130243113630104
Binary1010101011000000100110011011010100110011011110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC099; }

 p { color: rgb(170,192,153); }

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

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

 a { background-color: rgb(170,192,153); }

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

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

 span { border-color: rgb(170,192,153); }

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