#A1AE97

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

Shades of Norway #A1AE97

Tints of Norway #A1AE97

Color information

#A1AE97 (or 0xA1AE97) is unknown color: approx Norway. HEX triplet: A1, AE and 97. RGB value is (161,174,151). Sum of RGB (Red+Green+Blue) = 161+174+151=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE97 is #5E5168. Grayscale: #A7A7A7. Windows color (decimal): -6181225 or 9940641. OLE color: 9940641.

HSL color Cylindrical-coordinate representation of color #A1AE97: hue angle of 93.91º 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 #A1AE97 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB161174151-
CMYK0.0700.130.32
HSL93.91º12.43%63.73%-
HSV(B)93.91º13.22%68.24%-
XYZ35.4240.0835.15-
YUV167.49118.69123.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=33.13%
G=35.80%
B=31.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741510.0700.130.3293.9112.4363.73
HexA1AE9770D205ec40
Octal24125622770154013614100
Binary10100001101011101001011111101101100000101111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE97; }

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

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

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

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

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

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

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

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