#A2AC99

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

Shades of Norway #A2AC99

Tints of Norway #A2AC99

Color information

#A2AC99 (or 0xA2AC99) is unknown color: approx Norway. HEX triplet: A2, AC and 99. RGB value is (162,172,153). Sum of RGB (Red+Green+Blue) = 162+172+153=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AC99 is #5D5366. Grayscale: #A6A6A6. Windows color (decimal): -6116199 or 10071202. OLE color: 10071202.

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

Color convert

RGB162172153-
CMYK0.0600.110.33
HSL91.58º10.27%63.73%-
HSV(B)91.58º11.05%67.45%-
XYZ35.439.4935.89-
YUV166.84120.19124.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=33.26%
G=35.32%
B=31.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1621721530.0600.110.3391.5810.2763.73
HexA2AC9960B215ca40
Octal24225423160134113412100
Binary10100010101011001001100111001011100001101110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2AC99; }

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

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

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

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

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

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

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

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