#AAC397

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

Shades of Norway #AAC397

Tints of Norway #AAC397

Color information

#AAC397 (or 0xAAC397) is unknown color: approx Norway. HEX triplet: AA, C3 and 97. RGB value is (170,195,151). Sum of RGB (Red+Green+Blue) = 170+195+151=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC397 is #553C68. Grayscale: #B6B6B6. Windows color (decimal): -5586025 or 9946026. OLE color: 9946026.

HSL color Cylindrical-coordinate representation of color #AAC397: hue angle of 94.09º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAC397 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB170195151-
CMYK0.1300.230.24
HSL94.09º26.83%67.84%-
HSV(B)94.09º22.56%76.47%-
XYZ41.6849.8136.7-
YUV182.51110.22119.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 195 (76.56% from 255) = 37.79%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=32.95%
G=37.79%
B=29.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951510.1300.230.2494.0926.8367.84
HexAAC397D017185e1b44
Octal252303227150273013633104
Binary1010101011000011100101111101010111110001011110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC397; }

 p { color: rgb(170,195,151); }

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

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

 a { background-color: rgb(170,195,151); }

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

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

 span { border-color: rgb(170,195,151); }

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