#AAC097

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

Shades of Norway #AAC097

Tints of Norway #AAC097

Color information

#AAC097 (or 0xAAC097) is unknown color: approx Norway. HEX triplet: AA, C0 and 97. RGB value is (170,192,151). Sum of RGB (Red+Green+Blue) = 170+192+151=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 151 (59.38% from 255 or 29.43% from 513); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC097 is #553F68. Grayscale: #B4B4B4. Windows color (decimal): -5586793 or 9945258. OLE color: 9945258.

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

Color convert

RGB170192151-
CMYK0.1100.210.25
HSL92.2º24.55%67.25%-
HSV(B)92.2º21.35%75.29%-
XYZ41.0148.4836.47-
YUV180.75111.21120.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 192 (75.39% from 255) = 37.43%
BLUE value IS 151 (59.38% from 255) = 29.43%
R=33.14%
G=37.43%
B=29.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701921510.1100.210.2592.224.5567.25
HexAAC097B015195c1943
Octal252300227130253113431103
Binary1010101011000000100101111011010101110011011100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC097; }

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

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

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

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

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

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

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

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