#A1AE99

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

Shades of Norway #A1AE99

Tints of Norway #A1AE99

Color information

#A1AE99 (or 0xA1AE99) is unknown color: approx Norway. HEX triplet: A1, AE and 99. RGB value is (161,174,153). Sum of RGB (Red+Green+Blue) = 161+174+153=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AE99 is #5E5166. Grayscale: #A7A7A7. Windows color (decimal): -6181223 or 10071713. OLE color: 10071713.

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

Color convert

RGB161174153-
CMYK0.0700.120.32
HSL97.14º11.48%64.12%-
HSV(B)97.14º12.07%68.24%-
XYZ35.5840.1536.01-
YUV167.72119.69123.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=32.99%
G=35.66%
B=31.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741530.0700.120.3297.1411.4864.12
HexA1AE9970C2061b40
Octal24125623170144014113100
Binary10100001101011101001100111101100100000110000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AE99; }

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

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

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

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

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

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

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

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