#A1AC97

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

Shades of Norway #A1AC97

Tints of Norway #A1AC97

Color information

#A1AC97 (or 0xA1AC97) is unknown color: approx Norway. HEX triplet: A1, AC and 97. RGB value is (161,172,151). Sum of RGB (Red+Green+Blue) = 161+172+151=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC97 is #5E5368. Grayscale: #A6A6A6. Windows color (decimal): -6181737 or 9940129. OLE color: 9940129.

HSL color Cylindrical-coordinate representation of color #A1AC97: hue angle of 91.43º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1AC97 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB161172151-
CMYK0.0600.120.33
HSL91.43º11.23%63.33%-
HSV(B)91.43º12.21%67.45%-
XYZ35.0439.3235.02-
YUV166.32119.36124.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=33.26%
G=35.54%
B=31.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721510.0600.120.3391.4311.2363.33
HexA1AC9760C215bb3f
Octal2412542276014411331377
Binary1010000110101100100101111100110010000110110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AC97; }

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

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

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

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

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

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

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

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