#AAC697

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

Shades of Norway #AAC697

Tints of Norway #AAC697

Color information

#AAC697 (or 0xAAC697) is unknown color: approx Norway. HEX triplet: AA, C6 and 97. RGB value is (170,198,151). Sum of RGB (Red+Green+Blue) = 170+198+151=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC697 is #553968. Grayscale: #B8B8B8. Windows color (decimal): -5585257 or 9946794. OLE color: 9946794.

HSL color Cylindrical-coordinate representation of color #AAC697: hue angle of 95.74º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAC697 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB170198151-
CMYK0.1400.240.22
HSL95.74º29.19%68.43%-
HSV(B)95.74º23.74%77.65%-
XYZ42.3651.1736.92-
YUV184.27109.22117.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.76%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 151 (59.38% from 255) = 29.09%
R=32.76%
G=38.15%
B=29.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701981510.1400.240.2295.7429.1968.43
HexAAC697E01816601d44
Octal252306227160302614035104
Binary1010101011000110100101111110011000101101100000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC697; }

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

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

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

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

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

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

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

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