#A1AF96

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

Shades of Norway #A1AF96

Tints of Norway #A1AF96

Color information

#A1AF96 (or 0xA1AF96) is unknown color: approx Norway. HEX triplet: A1, AF and 96. RGB value is (161,175,150). Sum of RGB (Red+Green+Blue) = 161+175+150=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AF96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AF96 is #5E5069. Grayscale: #A8A8A8. Windows color (decimal): -6180970 or 9875361. OLE color: 9875361.

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

Color convert

RGB161175150-
CMYK0.0800.140.31
HSL93.6º13.51%63.73%-
HSV(B)93.6º14.29%68.63%-
XYZ35.5340.4434.79-
YUV167.96117.86123.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 150 (58.98% from 255) = 30.86%
R=33.13%
G=36.01%
B=30.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751500.0800.140.3193.613.5163.73
HexA1AF9680E1F5ee40
Octal241257226100163713616100
Binary10100001101011111001011010000111011111101111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AF96; }

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

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

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

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

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

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

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

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