#A3AC99

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

Shades of Norway #A3AC99

Tints of Norway #A3AC99

Color information

#A3AC99 (or 0xA3AC99) is unknown color: approx Norway. HEX triplet: A3, AC and 99. RGB value is (163,172,153). Sum of RGB (Red+Green+Blue) = 163+172+153=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 153 (60.16% from 255 or 31.35% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AC99 is #5C5366. Grayscale: #A7A7A7. Windows color (decimal): -6050663 or 10071203. OLE color: 10071203.

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

Color convert

RGB163172153-
CMYK0.0500.110.33
HSL88.42º10.27%63.73%-
HSV(B)88.42º11.05%67.45%-
XYZ35.6139.5935.9-
YUV167.14120.02125.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.40%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 153 (60.16% from 255) = 31.35%
R=33.40%
G=35.25%
B=31.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631721530.0500.110.3388.4210.2763.73
HexA3AC9950B2158a40
Octal24325423150134113012100
Binary10100011101011001001100110101011100001101100010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AC99; }

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

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

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

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

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

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

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

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