#A1AF99

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

Shades of Norway #A1AF99

Tints of Norway #A1AF99

Color information

#A1AF99 (or 0xA1AF99) is unknown color: approx Norway. HEX triplet: A1, AF and 99. RGB value is (161,175,153). Sum of RGB (Red+Green+Blue) = 161+175+153=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF99 is #5E5066. Grayscale: #A8A8A8. Windows color (decimal): -6180967 or 10071969. OLE color: 10071969.

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

Color convert

RGB161175153-
CMYK0.0800.130.31
HSL98.18º12.09%64.31%-
HSV(B)98.18º12.57%68.63%-
XYZ35.7840.5436.08-
YUV168.31119.36122.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=32.92%
G=35.79%
B=31.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751530.0800.130.3198.1812.0964.31
HexA1AF9980D1F62c40
Octal241257231100153714214100
Binary10100001101011111001100110000110111111110001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF99; }

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

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

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

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

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

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

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

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