#A0AE97

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

Shades of Norway #A0AE97

Tints of Norway #A0AE97

Color information

#A0AE97 (or 0xA0AE97) is unknown color: approx Norway. HEX triplet: A0, AE and 97. RGB value is (160,174,151). Sum of RGB (Red+Green+Blue) = 160+174+151=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AE97 is #5F5168. Grayscale: #A7A7A7. Windows color (decimal): -6246761 or 9940640. OLE color: 9940640.

HSL color Cylindrical-coordinate representation of color #A0AE97: hue angle of 96.52º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A0AE97 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB160174151-
CMYK0.0800.130.32
HSL96.52º12.43%63.73%-
HSV(B)96.52º13.22%68.24%-
XYZ35.2239.9835.14-
YUV167.19118.86122.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=32.99%
G=35.88%
B=31.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601741510.0800.130.3296.5212.4363.73
HexA0AE9780D2061c40
Octal240256227100154014114100
Binary101000001010111010010111100001101100000110000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AE97; }

 p { color: rgb(160,174,151); }

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

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

 a { background-color: rgb(160,174,151); }

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

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

 span { border-color: rgb(160,174,151); }

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