#A2AC97

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

Shades of Norway #A2AC97

Tints of Norway #A2AC97

Color information

#A2AC97 (or 0xA2AC97) is unknown color: approx Norway. HEX triplet: A2, AC and 97. RGB value is (162,172,151). Sum of RGB (Red+Green+Blue) = 162+172+151=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AC97 is #5D5368. Grayscale: #A6A6A6. Windows color (decimal): -6116201 or 9940130. OLE color: 9940130.

HSL color Cylindrical-coordinate representation of color #A2AC97: hue angle of 88.57º 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 #A2AC97 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB162172151-
CMYK0.0600.120.33
HSL88.57º11.23%63.33%-
HSV(B)88.57º12.21%67.45%-
XYZ35.2439.4235.03-
YUV166.62119.19124.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 172 (67.58% from 255) = 35.46%
BLUE value IS 151 (59.38% from 255) = 31.13%
R=33.40%
G=35.46%
B=31.13%

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
Decimal1621721510.0600.120.3388.5711.2363.33
HexA2AC9760C2159b3f
Octal2422542276014411311377
Binary1010001010101100100101111100110010000110110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC97; }

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

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

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

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

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

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

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

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